mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Re-enable autocompletion for usernames.
(Has been accidentally disabled in commit c4434d2.)
This commit is contained in:
parent
152e1e07e0
commit
bd7738ae09
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ hosts=(
|
||||||
localhost
|
localhost
|
||||||
)
|
)
|
||||||
zstyle ':completion:*:hosts' hosts $hosts
|
zstyle ':completion:*:hosts' hosts $hosts
|
||||||
zstyle ':completion:*' users off
|
|
||||||
|
|
||||||
# Use caching so that commands like apt and dpkg complete are useable
|
# Use caching so that commands like apt and dpkg complete are useable
|
||||||
zstyle ':completion::complete:*' use-cache 1
|
zstyle ':completion::complete:*' use-cache 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue