diff options
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_my_accounts | 1 | ||||
-rw-r--r-- | Completion/User/_other_accounts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Completion/User/_my_accounts b/Completion/User/_my_accounts index 2d3261d2a..72aec5d2f 100644 --- a/Completion/User/_my_accounts +++ b/Completion/User/_my_accounts @@ -1,6 +1,5 @@ #autoload -local expl nm="$compstate[nmatches]" local accounts_users_hosts local varname="$words[1]_accounts" diff --git a/Completion/User/_other_accounts b/Completion/User/_other_accounts index 572db38c7..f5165dc6f 100644 --- a/Completion/User/_other_accounts +++ b/Completion/User/_other_accounts @@ -1,6 +1,5 @@ #compdef talk ntalk ytalk finger -local expl nm="$compstate[nmatches]" local accounts_users_hosts local varname="$words[1]_accounts" |