diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 10:48:38 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-28 10:48:38 +0300 |
commit | ef57656e882d11e9d5e186b0a06f306e7421c2c0 (patch) | |
tree | b5e76fceb3c220b8a0e99e7490992adab68d1266 /config/p10k-classic.zsh | |
parent | 3a741475f8c1ace7d4dd90aa776ceaae31e1d9b3 (diff) |
unset all POWERLEVEL9K options
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index f32a667e..143c31ab 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -24,6 +24,10 @@ fi emulate -L zsh setopt no_unset + # Unset all configuration options. This allows you to apply configiguration changes without + # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. + unset -m 'POWERLEVEL9K_*' + # The list of segments shown on the left. Fill it with the most important segments. typeset -ga POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= |