diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:38:40 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:38:40 +0000 |
commit | d2c8bc9e7165e9b1c5f752799f4af53a9fe43a15 (patch) | |
tree | c835f3c819a069923ea32da9f91e4803fffe0235 /Completion | |
parent | a62c22111a4b8383211798bc1732a96f25e0bfdb (diff) | |
download | zsh-d2c8bc9e7165e9b1c5f752799f4af53a9fe43a15.tar.gz zsh-d2c8bc9e7165e9b1c5f752799f4af53a9fe43a15.tar.xz zsh-d2c8bc9e7165e9b1c5f752799f4af53a9fe43a15.zip |
moved from Completion/User/_my_accounts
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Type/_my_accounts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Type/_my_accounts b/Completion/Unix/Type/_my_accounts new file mode 100644 index 000000000..267cdd6f1 --- /dev/null +++ b/Completion/Unix/Type/_my_accounts @@ -0,0 +1,3 @@ +#autoload + +_user_at_host -t my-accounts "$@" |