bug fix: _p9k_vcs_status_purge:3: no matches found
This commit is contained in:
parent
8a84f0e7f3
commit
9805363949
|
@ -1748,6 +1748,7 @@ function _p9k_vcs_status_for_dir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _p9k_vcs_status_purge() {
|
function _p9k_vcs_status_purge() {
|
||||||
|
unsetopt nomatch
|
||||||
local dir=$1
|
local dir=$1
|
||||||
while true; do
|
while true; do
|
||||||
unset _P9K_LAST_GIT_PROMPT[$dir]
|
unset _P9K_LAST_GIT_PROMPT[$dir]
|
||||||
|
|
Loading…
Reference in New Issue