Upade to feed
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-27 18:50:27 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-27 18:50:27 +0100 |
| Commit | f3669f993b4c02173def141df20d69d0470db93f (patch) |
|
-rw-r--r-- |
.feeds.txt | 1 | |
-rwxr-xr-x |
.shenanigans.sh | 3 |
2 files changed, 4 insertions, 0 deletions
| diff --git a/.feeds.txt b/.feeds.txt | |||
| ... | |||
| 39 | https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "videos" |
39 | https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "videos" |
| 40 | https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" |
40 | https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" |
| 41 | https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" |
41 | https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" |
| 42 | https://www.youtube.com/feeds/videos.xml?channel_id=UCQ-W1KE9EYfdxhL6S4twUNw "videos" |
||
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| ... | |||
| 57 | export PATH=$HOME/.local/bin:$PATH |
57 | export PATH=$HOME/.local/bin:$PATH |
| 58 | export PATH=/usr/local/go/bin:$PATH |
58 | export PATH=/usr/local/go/bin:$PATH |
| 59 | 59 | ||
| 60 | # Lua LSP |
||
| 61 | export PATH=$HOME/.local/bin/luals/bin:$PATH |
||
| 62 | |||
| 60 | # History and search. Stolen from J. |
63 | # History and search. Stolen from J. |
| 61 | HISTCONTROL=ignoreboth |
64 | HISTCONTROL=ignoreboth |
| 62 | shopt -s histappend |
65 | shopt -s histappend |
| ... | |||