diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-05-17 16:37:47 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-05-17 16:37:47 -0400 |
commit | cfdadb1f71dcd8a4ddaef6a8beb32cbbe5152054 (patch) | |
tree | dbee9f3007612170ebcaa25e3f3f833997236e64 /zsh | |
parent | 1e9f9e21c80d29028f4949bda0921d6bacc20c86 (diff) |
completion picks up additions to PATH
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/completion.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/completion.zsh b/zsh/completion.zsh index 4a6322c..712b7b7 100644 --- a/zsh/completion.zsh +++ b/zsh/completion.zsh @@ -56,3 +56,4 @@ zstyle ':completion:*:*:*:users' ignored-patterns \ # ... unless we really want to. zstyle '*' single-ignored show +zstyle ':completion:*:commands' rehash 1 |