diff --git a/.zshrc b/.zshrc index ce76654..c348ae1 100644 --- a/.zshrc +++ b/.zshrc @@ -37,6 +37,8 @@ CORRECT_IGNORE="_*" zhighlighters=(main brackets) stty -ixon #disable XON/XOFF, which breaks C-s setopt no_share_history +# rehashes on bin change, might cause performance issues +zstyle ':completion:*' rehash true #load fasd if it exists hash fasd 2>/dev/null && eval "$(fasd --init auto)"