From 07b6d8afc1bcbb816dc6f8efa6d10ac4428eb2ff Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 8 Jul 2018 20:04:01 +0000 Subject: [PATCH] zshrc: Remove sprunge and add vi alias sprunge seems to be no more. --- zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zshrc b/zshrc index 2aea345..6b50f24 100644 --- a/zshrc +++ b/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