aboutsummaryrefslogtreecommitdiff
path: root/zsh/completion.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-05-17 16:37:47 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-05-17 16:37:47 -0400
commitcfdadb1f71dcd8a4ddaef6a8beb32cbbe5152054 (patch)
treedbee9f3007612170ebcaa25e3f3f833997236e64 /zsh/completion.zsh
parent1e9f9e21c80d29028f4949bda0921d6bacc20c86 (diff)
completion picks up additions to PATH
Diffstat (limited to 'zsh/completion.zsh')
-rw-r--r--zsh/completion.zsh1
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