mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 21:41:57 +00:00
bug fix: _p9k_vcs_status_purge:3: no matches found
This commit is contained in:
parent
8a84f0e7f3
commit
9805363949
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue