From 9b90623acc137beff954bb78dcc0f8cb87f37c8c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 7 Mar 2011 17:25:09 +0100 Subject: add ssh aliases --- .zsh/00_skeleton | 2 +- .zsh/zshrc/30_aliases | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.zsh/00_skeleton b/.zsh/00_skeleton index dea4a6a..c58f77f 100644 --- a/.zsh/00_skeleton +++ b/.zsh/00_skeleton @@ -2,7 +2,7 @@ # # # -# Copyright © 2010 Tobias Klauser +# Copyright © 2011 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git 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 -- cgit v1.2.3-54-g00ecf