[lib][completion] enable user completion by default

This commit is contained in:
Antoine Tenart 2013-07-12 21:00:00 +02:00
commit b089d1d561

View file

@ -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