mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh into robby-master
This commit is contained in:
commit
c596d4c88e
7 changed files with 26 additions and 18 deletions
|
|
@ -38,7 +38,7 @@ cdpath=(.)
|
|||
|
||||
# Use caching so that commands like apt and dpkg complete are useable
|
||||
zstyle ':completion::complete:*' use-cache 1
|
||||
zstyle ':completion::complete:*' cache-path $ZSH/cache/
|
||||
zstyle ':completion::complete:*' cache-path $ZSH_CACHE_DIR
|
||||
|
||||
# Don't complete uninteresting users
|
||||
zstyle ':completion:*:*:*:users' ignored-patterns \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue