From de194a01dc75718ca061204da1e1737ecbd42542 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:43:53 +0000 Subject: moved to Completion/Unix/Type/_users_on --- Completion/User/_users_on | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Completion/User/_users_on (limited to 'Completion') 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 -- cgit 1.4.1