small cleanups

This commit is contained in:
Sheppy
2017-01-20 03:25:41 +01:00
parent 8680ffec16
commit 9210c8d9a5

5
zshrc
View File

@@ -93,9 +93,11 @@ else
fi fi
alias "ipconf"="ip addr show" alias "ipconf"="ip addr show"
## CONVERTING (cip has better defaults) ## ## General ##
if [[ $HOST =~ atlantis* ]]; then if [[ $HOST =~ atlantis* ]]; then
alias -g jpg2png="echo 'use convert [file_in.jpg] [file_out.png]'" alias -g jpg2png="echo 'use convert [file_in.jpg] [file_out.png]'"
alias mpc-curses='ncmpc --host 10.100.4.22'
alias wgplayer='ncmpc --host 10.100.4.22'
fi fi
## MARKINGBIRD ## ## MARKINGBIRD ##
@@ -184,4 +186,3 @@ fi
if [[ $HOST =~ faui* ]]; then if [[ $HOST =~ faui* ]]; then
mesg n mesg n
fi fi
alias mpc-curses='ncmpc --host 10.100.4.22'