my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add hundred rabbits

+1 -11
+1
.config/rss-feeds.txt
··· 10 10 https://matrix.org/blog/feed 11 11 https://puri.sm/feed 12 12 https://blog.tildes.net/all.atom.xml 13 + https://100r.co/links/rss.xml
-11
.profile
··· 1 1 export ENV=~/.shinit 2 2 3 3 export PATH="$HOME/bin:$PATH" 4 - alias vi=nvim 5 4 alias startx='ssh-agent startx' 6 5 7 6 export ENV=~/.shinit 8 - 9 - if [ "$(uname -s)" != "Darwin" ]; then 10 - if [ -z "$DISPLAY" ]; then 11 - printf "start X?" 12 - read -r && { 13 - export DISPLAY=:0 14 - startx 15 - } 16 - fi 17 - fi