diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:39:14 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:39:14 +0000 |
commit | ecf3f7c7ad768e77012b11198a2976fc386a19ec (patch) | |
tree | 16f2fee159b002abb38747e5c279e713d49331cd /Completion | |
parent | 1312aee8eb011d48812d18c278875476aee33201 (diff) | |
download | zsh-ecf3f7c7ad768e77012b11198a2976fc386a19ec.tar.gz zsh-ecf3f7c7ad768e77012b11198a2976fc386a19ec.tar.xz zsh-ecf3f7c7ad768e77012b11198a2976fc386a19ec.zip |
moved from Completion/User/_other_accounts
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Type/_other_accounts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Type/_other_accounts b/Completion/Unix/Type/_other_accounts new file mode 100644 index 000000000..0eaac32cf --- /dev/null +++ b/Completion/Unix/Type/_other_accounts @@ -0,0 +1,3 @@ +#compdef talk ntalk ytalk + +_user_at_host -t other-accounts "$@" |