1
1
Fork 0

zshrc: Remove sprunge and add vi alias

sprunge seems to be no more.
This commit is contained in:
Jonathan Schleifer 2018-07-08 20:04:01 +00:00
parent e041260480
commit 07b6d8afc1

4
zshrc
View file

@ -179,9 +179,7 @@ extr() {
done
}
sprunge() {
curl -F "sprunge=<-" http://sprunge.us
}
[ "$EDITOR" = "vim" ] && alias vi="vim"
for ext in $ARCHIVE_FORMATS; do alias -s $ext=extr; done