diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-08 19:23:29 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-08 19:23:29 +0300 |
commit | 980536394967a9434b5142474790419f97d90b3b (patch) | |
tree | 166d965858130f2e5dba6e8f78dd7c95f5365354 /internal/p10k.zsh | |
parent | 8a84f0e7f39d9ff28d1bc29b0826f8637dd11080 (diff) |
bug fix: _p9k_vcs_status_purge:3: no matches found
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-x | internal/p10k.zsh | 1 |
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] |