about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/User/_other_accounts14
1 files changed, 0 insertions, 14 deletions
diff --git a/Completion/User/_other_accounts b/Completion/User/_other_accounts
deleted file mode 100644
index b73515fcd..000000000
--- a/Completion/User/_other_accounts
+++ /dev/null
@@ -1,14 +0,0 @@
-#compdef ytalk finger
-
-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=( $other_accounts )
-fi
-
-_user@host