forked from colonelpanic/dotfiles
Add scp completion.
This commit is contained in:
@@ -75,3 +75,22 @@ if [ "x$COMPLETION_WAITING_DOTS" = "xtrue" ]; then
|
||||
zle -N expand-or-complete-with-dots
|
||||
bindkey "^I" expand-or-complete-with-dots
|
||||
fi
|
||||
|
||||
# ssh, scp, ping, host
|
||||
zstyle ':completion:*:scp:*' tag-order \
|
||||
'hosts:-host hosts:-domain:domain hosts:-ipaddr:IP\ address *'
|
||||
zstyle ':completion:*:scp:*' group-order \
|
||||
users files all-files hosts-domain hosts-host hosts-ipaddr
|
||||
zstyle ':completion:*:ssh:*' tag-order \
|
||||
users 'hosts:-host hosts:-domain:domain hosts:-ipaddr:IP\ address *'
|
||||
zstyle ':completion:*:ssh:*' group-order \
|
||||
hosts-domain hosts-host users hosts-ipaddr
|
||||
|
||||
zstyle ':completion:*:(ssh|scp):*:hosts-host' ignored-patterns \
|
||||
'*.*' loopback localhost
|
||||
zstyle ':completion:*:(ssh|scp):*:hosts-domain' ignored-patterns \
|
||||
'<->.<->.<->.<->' '^*.*' '*@*'
|
||||
zstyle ':completion:*:(ssh|scp):*:hosts-ipaddr' ignored-patterns \
|
||||
'^<->.<->.<->.<->' '127.0.0.<->'
|
||||
zstyle ':completion:*:(ssh|scp):*:users' ignored-patterns \
|
||||
adm bin daemon halt lp named shutdown sync
|
||||
|
Reference in New Issue
Block a user