diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 67a5650d..31bb2439 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -17,7 +17,7 @@ # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*|DEFAULT_USER' + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 33e20c4b..e83d46e0 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -17,7 +17,7 @@ # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*|DEFAULT_USER' + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 1281f7e3..db562f0c 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -17,7 +17,7 @@ # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*|DEFAULT_USER' + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index 2ab4369f..88b8d604 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -26,7 +26,7 @@ emulate -L zsh # Unset all configuration options. - unset -m 'POWERLEVEL9K_*|DEFAULT_USER' + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index ead5f819..7508aae0 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -17,7 +17,7 @@ # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*|DEFAULT_USER' + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return diff --git a/config/p10k-robbyrussell.zsh b/config/p10k-robbyrussell.zsh index 7703350e..fe797215 100644 --- a/config/p10k-robbyrussell.zsh +++ b/config/p10k-robbyrussell.zsh @@ -21,7 +21,7 @@ emulate -L zsh # Unset all configuration options. - unset -m 'POWERLEVEL9K_*|DEFAULT_USER' + unset -m '(POWERLEVEL9K_*|DEFAULT_USER)~POWERLEVEL9K_GITSTATUS_DIR' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return