diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 21:36:57 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 21:36:57 +0200 |
commit | 96ef3305db0d656788133dc41cbcf2a9de315d95 (patch) | |
tree | f19aceafee0e701a83cbef9ec7582d236f949eef /zsh | |
parent | a3a40989a37c22e2e9b4e16da2067904dcac250b (diff) | |
download | dotfiles-96ef3305db0d656788133dc41cbcf2a9de315d95.tar.xz |
zshrc: Use cache for completion, auto rehash commands
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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%}" } |