From 460c274b76903f22e5121455fea9ab072e3a277b Mon Sep 17 00:00:00 2001 From: Alexey Pristavkin Date: Sat, 9 Nov 2013 15:52:55 +0400 Subject: [PATCH] Fixup user completion --- lib/completion.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index e0cdcf626..46ab9b19b 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -45,7 +45,6 @@ hosts=( localhost ) zstyle ':completion:*:hosts' hosts $hosts -zstyle ':completion:*' users off # Use caching so that commands like apt and dpkg complete are useable zstyle ':completion::complete:*' use-cache 1