diff options
-rw-r--r-- | .zsh/00_skeleton | 2 | ||||
-rw-r--r-- | .zsh/zshrc/30_aliases | 5 |
2 files changed, 6 insertions, 1 deletions
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 @@ # # <description> # -# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch> +# Copyright © 2011 Tobias Klauser <tklauser@distanz.ch> # 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 |