diff options
| 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) | |
| tree | f3598f96bd7722bd2e3cc0fc17733029dfd9024d | |
| parent | 40776150bc6328b04d7dc4d2d96e0793035a4e46 (diff) | |
| download | dotfiles-f3669f993b4c02173def141df20d69d0470db93f.tar.gz | |
Upade to feed
| -rw-r--r-- | .feeds.txt | 1 | ||||
| -rwxr-xr-x | .shenanigans.sh | 3 |
2 files changed, 4 insertions, 0 deletions
| @@ -39,3 +39,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA "vi | |||
| 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 index 827eb7c..6cd84fb 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -57,6 +57,9 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 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 |
