|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Unset all configuration options. This allows you to apply configuration changes without
|
|
|
|
# Unset all configuration options. This allows you to apply configuration changes without
|
|
|
|
# restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`.
|
|
|
|
# restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`.
|
|
|
|
unset -m 'POWERLEVEL9K_*'
|
|
|
|
unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
|
|
|
|
|
|
|
|
|
|
|
|
# Zsh >= 5.1 is required.
|
|
|
|
# Zsh >= 5.1 is required.
|
|
|
|
autoload -Uz is-at-least && is-at-least 5.1 || return
|
|
|
|
autoload -Uz is-at-least && is-at-least 5.1 || return
|
|
|
|