X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/8d26ff82dc680d32c4d613f39981817c039de9d5..dcdfaad811c61cf10fdf253040d99ed0a9f24498:/.zsh/zshrc/parts.d/50-ssh diff --git a/.zsh/zshrc/parts.d/50-ssh b/.zsh/zshrc/parts.d/50-ssh index 772a426..98f730d 100644 --- a/.zsh/zshrc/parts.d/50-ssh +++ b/.zsh/zshrc/parts.d/50-ssh @@ -16,7 +16,7 @@ if [ -r $HOME/.ssh/known_hosts ]; then unset _myhosts fi -alias rrsh='() { ssh "${@:-}" -t /bin/su - }' +rrsh() { ssh "${@:-}" -t /bin/su - } compdef rrsh=ssh alias kssh='rm -vf -- $VARDIR/ssh/ssh_control_*(=as-60Y1omN)'