From bd7738ae09c5a7082282235df6981fe0a21c8ce1 Mon Sep 17 00:00:00 2001 From: "n.st" Date: Thu, 19 Dec 2013 02:19:25 +0100 Subject: [PATCH] Re-enable autocompletion for usernames. (Has been accidentally disabled in commit c4434d2.) --- 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