diff options
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_my_accounts | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Completion/User/_my_accounts b/Completion/User/_my_accounts deleted file mode 100644 index 91ab88cc1..000000000 --- a/Completion/User/_my_accounts +++ /dev/null @@ -1,14 +0,0 @@ -#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 |