X-Git-Url: https://git.madduck.net/etc/ssh.git/blobdiff_plain/361eacfe215343d432812e29bd6369783679b210..4ef899c332581ca34eada9ab97a735018591aea9:/.zsh/zshrc/parts.d/50-ssh diff --git a/.zsh/zshrc/parts.d/50-ssh b/.zsh/zshrc/parts.d/50-ssh index 166fa12..c734343 100644 --- a/.zsh/zshrc/parts.d/50-ssh +++ b/.zsh/zshrc/parts.d/50-ssh @@ -45,7 +45,7 @@ kssh() { } compdef -e "compset -P ${_SSH_SOCKDIR}/ || PREFIX=${_SSH_SOCKDIR}/; _files -W ${_SSH_SOCKDIR}" kssh -sshcd() { +scd() { local args host dir arg for arg in "$@"; do @@ -63,5 +63,6 @@ sshcd() { ssh -t $args $host "cd '${dir:gs/\'/\'\\\'\'}' && exec \$SHELL --login" fi } +compdef scd=scp # vim:ft=zsh