From 56cd287eb5918c09262861832a4c0bb8e217495d Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 27 Nov 2013 13:14:39 +0100 Subject: Added unset of MAILCHECK for unixpool servers --- .zsh.after/unixpool.sh | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.zsh.after/unixpool.sh b/.zsh.after/unixpool.sh index 5ac0338..6311b52 100644 --- a/.zsh.after/unixpool.sh +++ b/.zsh.after/unixpool.sh @@ -1,7 +1,8 @@ # host based zshrc # unixpool -autoload -U regexp-replace +HISTFILE=$HOME/.zhistory +unset MAILCHECK #HISTFILE=$HOME/.zhistory PATH=${PATH}:/net/local64/bin @@ -12,8 +13,20 @@ PATH=${PATH}:/homes/wheel/wheel/bin #PATH=/store/s4/android/android-sdk-linux_86/tools:$PATH #PATH=/store/s4/android/android-sdk-linux_86/platform-tools:$PATH #Remove /usr/bin/X11: if it shows up in $PATH +autoload -U regexp-replace regexp-replace PATH '/usr/bin/X11:' '' +alias lp_ps1_100='lp -q 100 -d ps1' +alias lp_ps2_100='lp -q 100 -d ps2' +alias QW='xterm -geometry 84x41-0+0 -T '\''QWatch'\'' -fn 5x8 -e /homes/misc/lpviewer/lpdisp' +alias QWbig='xterm -geometry 84x41-0+0 -T '\''QWatch'\'' -e /homes/misc/lpviewer/lpdisp' +alias QWbighere='/homes/misc/lpviewer/lpdisp' +alias QWdisplay="watch 'for n in {1..3}; do scli -c \"show printer display\" ps\$n-pool; done'" +alias pyadm="/net/adm/pyadm-64ready/start.py" +alias synergys='synergys -c .config/synergy-$HOST.conf' + +#TODO: add pacman to apt-get conversion for all pacman aliases + # set pulseaudio server to s4 if [ -f "`which pax11publish`" ]; then @@ -107,13 +120,3 @@ function pxeln() { function mailhighscore() { for i in /homes/wheel/*; do n=`basename $i`; echo `grep $n /var/spool/mail/konni | grep -c From` $n; done | sort -nr } -alias lp_ps1_100='lp -q 100 -d ps1' -alias lp_ps2_100='lp -q 100 -d ps2' -alias QW='xterm -geometry 84x41-0+0 -T '\''QWatch'\'' -fn 5x8 -e /homes/misc/lpviewer/lpdisp' -alias QWbig='xterm -geometry 84x41-0+0 -T '\''QWatch'\'' -e /homes/misc/lpviewer/lpdisp' -alias QWbighere='/homes/misc/lpviewer/lpdisp' -alias QWdisplay="watch 'for n in {1..3}; do scli -c \"show printer display\" ps\$n-pool; done'" -alias pyadm="/net/adm/pyadm-64ready/start.py" -alias synergys='synergys -c .config/synergy-$HOST.conf' - -#TODO: add pacman to apt-get conversion for all pacman aliases -- cgit v1.2.3-54-g00ecf