unset DEFAULT_USER in generated .p10k.zsh; see #640

This commit is contained in:
romkatv
2020-04-20 17:27:59 +02:00
parent 993203a308
commit 681f504d8a
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
emulate -L zsh
# Unset all configuration options.
unset -m 'POWERLEVEL9K_*'
unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
# Zsh >= 5.1 is required.
autoload -Uz is-at-least && is-at-least 5.1 || return