aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-27 18:50:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-27 18:50:27 +0100
commitf3669f993b4c02173def141df20d69d0470db93f (patch)
treef3598f96bd7722bd2e3cc0fc17733029dfd9024d
parent40776150bc6328b04d7dc4d2d96e0793035a4e46 (diff)
downloaddotfiles-f3669f993b4c02173def141df20d69d0470db93f.tar.gz
Upade to feed
-rw-r--r--.feeds.txt1
-rwxr-xr-x.shenanigans.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/.feeds.txt b/.feeds.txt
index 5bf8285..83472c4 100644
--- a/.feeds.txt
+++ b/.feeds.txt
@@ -39,3 +39,4 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA "vi
39https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "videos" 39https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA "videos"
40https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos" 40https://www.youtube.com/feeds/videos.xml?channel_id=UCTAfm-YD2M9xzvbYvRc5ttA "videos"
41https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos" 41https://www.youtube.com/feeds/videos.xml?channel_id=UC-0fWjosItIOD4ThhS6oyfA "videos"
42https://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