diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:43:53 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:43:53 +0000 |
commit | de194a01dc75718ca061204da1e1737ecbd42542 (patch) | |
tree | 672e35736e36c4b235cafcc40cd29d4a7deaab80 | |
parent | 2d5ff8436f26304d71447776c5f0a5745840a5a4 (diff) | |
download | zsh-de194a01dc75718ca061204da1e1737ecbd42542.tar.gz zsh-de194a01dc75718ca061204da1e1737ecbd42542.tar.xz zsh-de194a01dc75718ca061204da1e1737ecbd42542.zip |
moved to Completion/Unix/Type/_users_on
-rw-r--r-- | Completion/User/_users_on | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Completion/User/_users_on b/Completion/User/_users_on deleted file mode 100644 index b5c05e12b..000000000 --- a/Completion/User/_users_on +++ /dev/null @@ -1,11 +0,0 @@ -#compdef write - -local expl - -if (( $+commands[users] )); then - _wanted users expl 'users logged on' \ - compadd "$@" - $(_call users users) && return 0 -else - # Other methods of finding out users logged on should be added here - return 1 -fi |