zshrc: Add ixio
This commit is contained in:
parent
77a1e46da6
commit
ea0a2b57be
1 changed files with 4 additions and 0 deletions
4
zshrc
4
zshrc
|
@ -198,4 +198,8 @@ which gpg2 &>/dev/null && alias gpg=gpg2
|
||||||
|
|
||||||
[ "$ls_on_init" = "yes" ] && ls
|
[ "$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
|
unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue