Skip to content

Commit

Permalink
(Actually) rehash on completion
Browse files Browse the repository at this point in the history
  • Loading branch information
demostanis committed Nov 16, 2024
1 parent d20c591 commit 0c7e307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airootfs/etc/skel/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ zstyle ':completion:*:man:*' menu yes select
setopt correct
export CORRECT_IGNORE="[_|.]*"
# always rehash on completion
setopt hashlistall
zstyle ':completion:*' rehash true

COMP_CACHE_DIR=${COMP_CACHE_DIR:-${ZDOTDIR:-$HOME}/.cache}
if [[ ! -d ${COMP_CACHE_DIR} ]]; then
Expand Down

0 comments on commit 0c7e307

Please sign in to comment.