diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:38:26 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:38:26 +0000 |
| commit | a62c22111a4b8383211798bc1732a96f25e0bfdb (patch) | |
| tree | 3baa50c77f6015fbdf70a136978a90fd3dafd9ac /Completion/User/_my_accounts | |
| parent | moved from Completion/User/_mailboxes (diff) | |
| download | zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.tar zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.tar.gz zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.tar.bz2 zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.tar.lz zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.tar.xz zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.tar.zst zsh-a62c22111a4b8383211798bc1732a96f25e0bfdb.zip | |
moved to Completion/Unix/Type/_my_accounts
Diffstat (limited to 'Completion/User/_my_accounts')
| -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 |
