summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-07-08 19:23:29 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-07-08 19:23:29 +0300
commit980536394967a9434b5142474790419f97d90b3b (patch)
tree166d965858130f2e5dba6e8f78dd7c95f5365354
parent8a84f0e7f39d9ff28d1bc29b0826f8637dd11080 (diff)
bug fix: _p9k_vcs_status_purge:3: no matches found
-rwxr-xr-xinternal/p10k.zsh1
1 files changed, 1 insertions, 0 deletions
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]