bug fix: _p9k_vcs_status_purge:3: no matches found

This commit is contained in:
romkatv 2019-07-08 18:23:29 +02:00
parent 8a84f0e7f3
commit 9805363949

View file

@ -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]