From 980536394967a9434b5142474790419f97d90b3b Mon Sep 17 00:00:00 2001
From: romkatv <roman.perepelitsa@gmail.com>
Date: Mon, 8 Jul 2019 18:23:29 +0200
Subject: bug fix: _p9k_vcs_status_purge:3: no matches found

---
 internal/p10k.zsh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'internal')

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]
-- 
cgit v1.2.3