aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 053ad97..3b18550 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -37,6 +37,8 @@ setopt autocd \
# Menu completion
zstyle ':completion:*' menu select
+zstyle ':completion:*' use-cache on
+zstyle ':completion:*' rehash yes
DEFAULT_COLOR="%{${fg[default]}%}"
function bold { printf "%s%s%s" "%{%B%}" "$1" "%{%b%}" }