mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
9 lines
144 B
Text
9 lines
144 B
Text
#defcomp rlogin rsh ssh
|
|
|
|
if [[ -position 1 ]]; then
|
|
complist -k hosts
|
|
elif [[ -position 2 ]]; then
|
|
complist -k '(-l)'
|
|
else
|
|
complist -u
|
|
fi
|