Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 1:7e33b3191cf7
Merged in settings from home, and at the same time edited some of the
tests to be easier to read and make more sense. Also added a lot more
comments both for others to read if I post these, and for myself to
remember if I'm less caffeinated.
author | huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
---|---|
date | Fri, 10 Apr 2009 20:02:33 +0000 |
parents | c78481cfb082 |
children | 2b4dcc885071 |
comparison
equal
deleted
inserted
replaced
0:c78481cfb082 | 1:7e33b3191cf7 |
---|---|
1 alias vi='vim' | 1 # SSH aliases |
2 alias r='ssh -l root' | |
3 alias s=ssh | 2 alias s=ssh |
4 alias j='ssh joshua.srhuston.net' | 3 alias j='ssh joshua.srhuston.net' |
5 alias rt='ssh -l root typesetter' | 4 alias x='ssh xanadu.astro.princeton.edu' |
5 alias r='ssh -l root' | |
6 alias roc='ssh zenoss@rocinante' | |
7 alias dvra='ssh dvra@laurel.dreamhost.com' | |
8 alias dh='ssh srhuston.net' | |
9 | |
10 # Programs | |
11 alias vi='vim' | |
6 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" | 12 alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" |
7 alias roc='ssh zenoss@rocinante' | |
8 alias ret='screen -raAx' | 13 alias ret='screen -raAx' |
9 alias bsr='bigscreen -raAx' | 14 alias bsr='bigscreen -raAx' |
15 alias irssi-test='irssi --home=~/irssi-test/' | |
10 | 16 |
11 alias dvra='ssh dvra@laurel.dreamhost.com' | 17 # SSHFS mounts |
12 alias dh='ssh srhuston.net' | 18 alias sharm='sshfs -oreconnect harmonic: ~/harmonic' |
19 alias ssrh='sshfs -oreconnect srhuston.net: ~/srhuston.net' | |
20 alias sx='sshfs -oreconnect xanadu.astro.princeton.edu: ~/xanadu' |