diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-04-20 18:27:59 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-04-20 18:27:59 +0300 |
commit | 681f504d8ac98c5ac1b166999ceebc72cace2260 (patch) | |
tree | 7c4720f26e91f952ec2f3faaba6b63dda6778014 /config/p10k-classic.zsh | |
parent | 993203a30801d84c0f6e6d637f21d7be4c62c199 (diff) |
unset DEFAULT_USER in generated .p10k.zsh; see #640
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 15d11831..20b3c206 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -17,7 +17,7 @@ # Unset all configuration options. This allows you to apply configuration changes without # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`. - unset -m 'POWERLEVEL9K_*' + unset -m 'POWERLEVEL9K_*|DEFAULT_USER' # Zsh >= 5.1 is required. autoload -Uz is-at-least && is-at-least 5.1 || return |