zshrc: Remove sprunge and add vi alias
sprunge seems to be no more.
This commit is contained in:
parent
e041260480
commit
07b6d8afc1
1 changed files with 1 additions and 3 deletions
4
zshrc
4
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue