mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
better message on quit
This commit is contained in:
parent
f702fe5b78
commit
89f3ec16d0
1 changed files with 5 additions and 3 deletions
|
@ -139,10 +139,11 @@ function quit() {
|
|||
print -P "Powerlevel10k configuration wizard has been aborted. To run it again, type:"
|
||||
print -P ""
|
||||
print -P " %2Fp9k_configure%f"
|
||||
print -P ""
|
||||
else
|
||||
print -P "Powerlevel10k configuration wizard will run again next time unless"
|
||||
print -P "you define at least one Powerlevel10k configuration option. To define"
|
||||
print -P "an option that does nothing except for disabling Powerlevel10k"
|
||||
print -P "Powerlevel10k configuration wizard has been aborted. It will run again"
|
||||
print -P "next time unless you define at least one Powerlevel10k configuration option."
|
||||
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"
|
||||
|
@ -150,6 +151,7 @@ function quit() {
|
|||
print -P "To run Powerlevel10k configuration wizard right now, type:"
|
||||
print -P ""
|
||||
print -P " %2Fp9k_configure%f"
|
||||
print -P ""
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue