mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 14:04:03 +01:00
10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
|
#defcomp rlogin rsh ssh
|
||
|
|
||
|
if [[ -position 1 ]]; then
|
||
|
complist -k hosts
|
||
|
elif [[ -position 2 ]]; then
|
||
|
complist -k '(-l)'
|
||
|
else
|
||
|
complist -u
|
||
|
fi
|