mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Added auto-completion for external commands.
This commit is contained in:
parent
ff4663a6b8
commit
2bf4b6e544
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,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