From: Mart Lubbers Date: Wed, 22 Jul 2020 08:23:40 +0000 (+0200) Subject: blurp X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=aa7cb012a584dc8218bd1a141deb2b47c721e60d;p=dotfiles.git blurp --- diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls index 01f5122..8e59952 100644 --- a/newsboat/.config/newsboat/urls +++ b/newsboat/.config/newsboat/urls @@ -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" diff --git a/shell/.bashrc b/shell/.bashrc index 0ba6efb..a26e423 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -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