diff --git a/zshrc b/zshrc index a8c8488..2eff117 100644 --- a/zshrc +++ b/zshrc @@ -198,4 +198,8 @@ which gpg2 &>/dev/null && alias gpg=gpg2 [ "$ls_on_init" = "yes" ] && ls +function ixio() { + curl -F 'f:1=<-' ix.io +} + unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init