diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 11:00:27 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 11:00:27 +0300 |
commit | 40df756e2db3a67535cfd9311b65d107effab928 (patch) | |
tree | 5e0fc51ae366a5fb191624b6a6ac1c3b2f86bc32 /internal/wizard.zsh | |
parent | d6dedc53bc41439351b0a6c5b960855d6cfe6b37 (diff) |
run configuration wizard if POWERLEVEL9K_MODE is the only set parameter
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 4e6356e5..d0685ed3 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -146,7 +146,7 @@ function quit() { print -P "To define an option that does nothing except for disabling Powerlevel10k" print -P "configuration wizard, type the following command:" print -P "" - print -P " %2Fecho%f %3F'POWERLEVEL9K_MODE='%f >>! $__p9k_zshrc_u" + print -P " %2Fecho%f %3F'POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true'%f >>! $__p9k_zshrc_u" print -P "" print -P "To run Powerlevel10k configuration wizard right now, type:" print -P "" |