diff options
Diffstat (limited to 'config/p10k-pure.zsh')
-rw-r--r-- | config/p10k-pure.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index 026eeca9..e579cd2e 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -25,6 +25,8 @@ emulate -L zsh setopt no_unset + autoload -Uz is-at-least && is-at-least 5.1 || return + # Unset all configuration options. unset -m 'POWERLEVEL9K_*' |