add hundred rabbits
Jesse Olson j3s@c3f.net
Sat, 01 Aug 2020 17:38:36 +0000
2 files changed,
1 insertions(+),
11 deletions(-)
M
.config/rss-feeds.txt
→
.config/rss-feeds.txt
@@ -10,3 +10,4 @@ https://k1ss.org/blog/blog.xml
https://matrix.org/blog/feed https://puri.sm/feed https://blog.tildes.net/all.atom.xml +https://100r.co/links/rss.xml
M
.profile
→
.profile
@@ -1,17 +1,6 @@
export ENV=~/.shinit export PATH="$HOME/bin:$PATH" -alias vi=nvim alias startx='ssh-agent startx' export ENV=~/.shinit - -if [ "$(uname -s)" != "Darwin" ]; then - if [ -z "$DISPLAY" ]; then - printf "start X?" - read -r && { - export DISPLAY=:0 - startx - } - fi -fi