We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cfc131 + ab891f7 commit 09533aaCopy full SHA for 09533aa
etc/zsh/zshrc
@@ -2470,7 +2470,7 @@ if [[ -x /sbin/kexec ]] && [[ -r /proc/cmdline ]] ; then
2470
fi
2471
2472
# especially for roadwarriors using GNU screen and ssh:
2473
-if ! check_com asc &>/dev/null ; then
+if ! check_com -g asc && check_com -c autossh && check_com -c screen &>/dev/null ; then
2474
function asc () { autossh -t "$@" 'screen -RdU' }
2475
compdef asc=ssh
2476
0 commit comments