Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 124:3f720fcb9710
'hgs' alias which opens 'hg serve' on the CWD, only Macs right now
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Fri, 09 Jan 2015 12:36:43 -0500 |
parents | bd7859f3318f |
children | 28c2ddd02e8f |
comparison
equal
deleted
inserted
replaced
123:ee0a13b7cc61 | 124:3f720fcb9710 |
---|---|
89 | 89 |
90 # Programs | 90 # Programs |
91 alias atari='atari800 -height 800 -width 600' | 91 alias atari='atari800 -height 800 -width 600' |
92 alias base64='openssl enc -a' | 92 alias base64='openssl enc -a' |
93 alias bsr='bigscreen -raAx' | 93 alias bsr='bigscreen -raAx' |
94 alias hgs="hg serve -a localhost -p 0 & sleep 1 ; open http://\`lsof -p \$! | grep LISTEN | awk '{print \$9}'\`/ ; fg" | |
94 alias irssi-test='irssi --home=$HOME/irssi-test/' | 95 alias irssi-test='irssi --home=$HOME/irssi-test/' |
95 alias jt65='wine /Users/huston/.wine/drive_c/Program\ Files/jt65hf109/jt65-hf.exe' | 96 alias jt65='wine /Users/huston/.wine/drive_c/Program\ Files/jt65hf109/jt65-hf.exe' |
96 alias pine='alpine' | 97 alias pine='alpine' |
97 alias ret='screen -raAx' | 98 alias ret='screen -raAx' |
98 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" | 99 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" |