mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 69710e0867 into 3dcf9fd662
This commit is contained in:
commit
cb854de582
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@ else
|
|||
zstyle ':completion:*:*:*:*:processes' command "ps -u $USER -o pid,user,comm -w -w"
|
||||
fi
|
||||
|
||||
# auto-complete external commands
|
||||
zstyle ':completion:*' rehash true
|
||||
|
||||
# disable named-directories autocompletion
|
||||
zstyle ':completion:*:cd:*' tag-order local-directories directory-stack path-directories
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue