1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Completion/User/_other_accounts

15 lines
264 B
Plaintext
Raw Normal View History

1999-09-26 16:26:08 +02:00
#compdef ytalk finger
local expl nm="$compstate[nmatches]"
local accounts_users_hosts
local varname="$words[1]_accounts"
if [[ ${(P)+varname} -eq 1 ]]; then
accounts_users_hosts=( ${(P)varname} )
else
accounts_users_hosts=( $other_accounts )
fi
_user@host