diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-27 13:08:36 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-27 13:08:36 +0100 |
commit | b83d47f1bcba9d230c76fcb62ee2f1af90e0a197 (patch) | |
tree | 39492983e8664a04040085fdedce2a6af49a4a19 | |
parent | ea3a93560a4abfda078908fa9668f0e9ded9d3ca (diff) | |
download | dotfiles-b83d47f1bcba9d230c76fcb62ee2f1af90e0a197.tar.gz dotfiles-b83d47f1bcba9d230c76fcb62ee2f1af90e0a197.tar.bz2 dotfiles-b83d47f1bcba9d230c76fcb62ee2f1af90e0a197.tar.xz dotfiles-b83d47f1bcba9d230c76fcb62ee2f1af90e0a197.zip |
Changed synergy alias for unixpool servers
-rw-r--r-- | .zsh.after/unixpool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/unixpool.sh b/.zsh.after/unixpool.sh index 9e735d8..5ac0338 100644 --- a/.zsh.after/unixpool.sh +++ b/.zsh.after/unixpool.sh @@ -31,7 +31,6 @@ fi export MATLAB_JAVA=/usr/lib/jvm/java-6-sun-1.6.0.16/jre -alias synergys='synergys -c .synergy-$HOST.conf' function music_update() { echo "updating zip files" @@ -115,5 +114,6 @@ alias QWbig='xterm -geometry 84x41-0+0 -T '\''QWatch'\'' -e /homes/misc/lpviewer 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 |