mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 16:18:33 +01:00
small cleanups
This commit is contained in:
5
zshrc
5
zshrc
@@ -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'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user