diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 19:21:37 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-31 19:21:37 +0300 |
commit | a6b572da4597626fb55b11abb9d3fb0dc255a5cd (patch) | |
tree | 5811d3e3b3a83b985e236a8cd2646b306216202a /internal/wizard.zsh | |
parent | 070697a91401e1fb06ca7affa306b303b6d7701c (diff) |
add p10k configure
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index a26de7df..066be483 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -138,7 +138,7 @@ function quit() { if (( force )); then print -P "Powerlevel10k configuration wizard has been aborted. To run it again, type:" print -P "" - print -P " %2Fp9k_configure%f" + print -P " %2Fp10k%f %Bconfigure%b" print -P "" else print -P "Powerlevel10k configuration wizard has been aborted. It will run again" @@ -150,7 +150,7 @@ function quit() { print -P "" print -P "To run Powerlevel10k configuration wizard right now, type:" print -P "" - print -P " %2Fp9k_configure%f" + print -P " %2Fp10k%f %Bconfigure%b" print -P "" fi exit 1 @@ -936,7 +936,7 @@ function write_zshrc() { fi local comments=( - "# To customize prompt, run \`p9k_configure\` or edit $__p9k_cfg_path_u." + "# To customize prompt, run \`p10k configure\` or edit $__p9k_cfg_path_u." ) print -lr -- "" $comments "source $__p9k_cfg_path_u" >>$__p9k_zshrc |