From: martin f. krafft Date: Sat, 6 Aug 2011 09:01:48 +0000 (+0200) Subject: hide message if there is no screen X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/06245ebcc7605a22bd6f4f4cb1063ba07ea04b28 hide message if there is no screen --- diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 0670c72..967f804 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -191,7 +191,7 @@ alias ipl='ip l' alias btd='btdownloadheadless' -function asc () { autossh -t "$@" 'screen -xp= || screen -dRRq' } +function asc () { autossh -t "$@" 'screen -qxp= || screen -qdRR' } compdef asc=ssh alias mdtest='swaks -s localhost -t'