From 5ca869a8bfa3a48f48c2a40fcecc91344febb44d Mon Sep 17 00:00:00 2001 From: Marcos Alano Date: Mon, 2 Nov 2015 19:28:17 -0200 Subject: [PATCH] Added a aesy to find option to enable rehash. --- lib/completion.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/completion.zsh b/lib/completion.zsh index f5b292471..75b7980b5 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -23,6 +23,9 @@ else fi fi +# Update automatically commands auto-completation list. Uncomment to enable. +# zstyle ':completion:*' rehash true + zstyle ':completion:*' list-colors '' # should this be in keybindings?