Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 42:998337c2b6f2
* eval aliases instead of parsing live
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Tue, 22 Jun 2010 18:49:59 +0000 |
parents | 2bea356b1032 |
children | 0a7d093f4c04 |
comparison
equal
deleted
inserted
replaced
41:2bea356b1032 | 42:998337c2b6f2 |
---|---|
60 alias sy='ssh syrinx.astro.princeton.edu' | 60 alias sy='ssh syrinx.astro.princeton.edu' |
61 alias x='ssh xanadu.astro.princeton.edu' | 61 alias x='ssh xanadu.astro.princeton.edu' |
62 | 62 |
63 # Remote desktop/VNC | 63 # Remote desktop/VNC |
64 alias bynarr='rdesktop -a 16 bynarr.astro.princeton.edu -g 1593x1109' | 64 alias bynarr='rdesktop -a 16 bynarr.astro.princeton.edu -g 1593x1109' |
65 alias harmonic='ssh -L9910:harmonic:5900 -f joshua.srhuston.net "/sbin/ether-wake 00:11:24:3c:3a:e8 ; sleep 30"; sleep 10; ${VNCVIEWER}localhost:9910 &' | 65 eval "alias harmonic='ssh -L9910:harmonic:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:11:24:3c:3a:e8 ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9910 &'" |
66 alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net "/sbin/ether-wake 00:17:f2:01:d2:3c ; sleep 30"; sleep 10; ${VNCVIEWER}localhost:9930 &' | 66 eval "alias milton='ssh -L9930:milton:5900 -f joshua.srhuston.net \"/sbin/ether-wake 00:17:f2:01:d2:3c ; sleep 30\"; sleep 10; ${VNCVIEWER}localhost:9930 &'" |
67 alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu "sleep 300"; ${VNCVIEWER}localhost:9920 &' | 67 eval "alias xanadu='ssh -L9920:localhost:5900 -f xanadu.astro.princeton.edu \"sleep 300\"; ${VNCVIEWER}localhost:9920 &'" |
68 | 68 |
69 # Programs | 69 # Programs |
70 alias atari='atari800 -height 800 -width 600' | 70 alias atari='atari800 -height 800 -width 600' |
71 alias base64='openssl enc -a' | 71 alias base64='openssl enc -a' |
72 alias bsr='bigscreen -raAx' | 72 alias bsr='bigscreen -raAx' |