unset all POWERLEVEL9K options

This commit is contained in:
romkatv 2019-07-28 09:48:38 +02:00
parent 3a741475f8
commit ef57656e88
2 changed files with 8 additions and 0 deletions

View file

@ -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 ]=========================

View file

@ -25,6 +25,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 -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================