From: martin f. krafft Date: Wed, 3 Aug 2011 07:49:27 +0000 (+0200) Subject: asc function for road warrior ssh X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/d28930392008c741c37a1df7a687c9a46b4071ee asc function for road warrior ssh --- diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index ca20471..38ff2fb 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -191,6 +191,9 @@ alias ipl='ip l' alias btd='btdownloadheadless' +function asc () { autossh -t "$@" 'screen -dR' } +compdef asc=ssh + alias mdtest='swaks -s localhost -t' if whence devtodo >/dev/null; then