From 2149b00fdb53ade99a5ec4f54004a677f08fe6c1 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 26 Sep 1999 14:26:08 +0000 Subject: Initial revision --- Completion/User/_my_accounts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Completion/User/_my_accounts (limited to 'Completion/User/_my_accounts') diff --git a/Completion/User/_my_accounts b/Completion/User/_my_accounts new file mode 100644 index 000000000..91ab88cc1 --- /dev/null +++ b/Completion/User/_my_accounts @@ -0,0 +1,14 @@ +#autoload + +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=( $my_accounts ) +fi + +_user@host -- cgit 1.4.1