diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 87d76158..cbdc5fe2 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -1748,6 +1748,7 @@ function _p9k_vcs_status_for_dir() { } function _p9k_vcs_status_purge() { + unsetopt nomatch local dir=$1 while true; do unset _P9K_LAST_GIT_PROMPT[$dir]