summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2011-03-07 17:25:09 +0100
committerTobias Klauser <tklauser@distanz.ch>2011-03-07 17:25:09 +0100
commit9b90623acc137beff954bb78dcc0f8cb87f37c8c (patch)
tree4cd8db6648fb8d1c71e80e36feb977c920fbd0b6 /.zsh/zshrc
parent4ff3482c7fe13bd1a82ed8a673295aaa56a8136f (diff)
add ssh aliases
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc/30_aliases5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases
index caedfd1..b0c12fe 100644
--- a/.zsh/zshrc/30_aliases
+++ b/.zsh/zshrc/30_aliases
@@ -34,4 +34,9 @@ alias top10='print -l ? ${(o)history%% *} | uniq -c | sort -nr | head -n 10'
# bofh fortunes
alias bofh='fortune bofh-excuses'
+# host aliases
+alias distanz="ssh distanz.ch -t \"screen -dR\""
+alias sym=distanz
+alias lema="ssh lema.distanz.ch -t \"screen -dR\""
+
# vim:ft=zsh