aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-06-03 19:30:40 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-06-03 19:30:40 +0300
commit7760aa66d75581c221cfbfe6f94cc6d15547cdaf (patch)
tree6da3b14ce7d79fe6cdee5d1f258be1dca1d5d344 /config/p10k-classic.zsh
parent2ba618237351c9ab73403b295ace3c0610f1bf50 (diff)
don't unset POWERLEVEL9K_GITSTATUS_DIR in config templates
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh2
1 files changed, 1 insertions, 1 deletions
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