blurp
authorMart Lubbers <mart@martlubbers.net>
Wed, 22 Jul 2020 08:23:40 +0000 (10:23 +0200)
committerMart Lubbers <mart@martlubbers.net>
Wed, 22 Jul 2020 08:23:40 +0000 (10:23 +0200)
newsboat/.config/newsboat/urls
shell/.bashrc

index 01f5122..8e59952 100644 (file)
@@ -30,3 +30,6 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UC8vR6VP-3o_SpdnEBrpYGiQ yt
 https://www.youtube.com/feeds/videos.xml?channel_id=UCq3CjAhR9foEpCXj88sMAKQ yt "Survival Russia"
 https://www.youtube.com/feeds/videos.xml?channel_id=UCg0PzY2Uo_Rs6v1M4J30N3w yt "Steve of Warr"
 https://www.youtube.com/feeds/videos.xml?channel_id=UC07JpCn-IUv4KnJUjRba9Wg yt "dosgamert"
+https://www.youtube.com/feeds/videos.xml?channel_id=UCZegvLktzFN-QRnibDS6NzQ yt "Seon-Yong Hwang"
+https://www.youtube.com/feeds/videos.xml?channel_id=UCj1JJWwpsSIoBGsPZKQoNKQ yt "Дмитрий [Newbilius] Моисеев"
+https://www.youtube.com/feeds/videos.xml?channel_id=UCBa659QWEk1AI4Tg--mrJ2A yt "Tom Scott"
index 0ba6efb..a26e423 100644 (file)
@@ -24,14 +24,17 @@ export CLEAN_HOME=/opt/clean-x64
 
 export PATH=~/.local/bin:$PATH
 export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin
-export PATH=$PATH:/opt/texlive/2019/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox
+export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox
 
-export MANPATH=~/.local/share/man:/opt/texlive/2019/texmf-dist/doc/man:./arduino/java/man:$MANPATH
+export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:./arduino/java/man:$MANPATH
 
 export GTK_IM_MODULE=xim
 export QT_IM_MODULE=xim
 export QT_QPA_PLATFORMTHEME=qt5ct
 
+export NNTPSERVER=news.tweak.nl
+alias slrn="slrn -i \"${XDG_CONFIG_HOME:-$HOME/.config}/slrn/slrnrc\""
+
 alias ls='ls --color=auto'
 alias grep='grep --color=auto'
 alias vi=vim