diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-30 12:06:04 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-30 12:06:04 +0300 |
commit | 4c08fa06219cf7622e6136f75938862aa5b303cd (patch) | |
tree | 87874a74880a8e6645869393e58339bedaeca2b2 /internal/wizard.zsh | |
parent | dd5fb35c29245e442c9017f469e1bc9ff678de70 (diff) |
shorten text added to ~/.zshrc and print a banner at the end of the wizard
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index d11f3499..b75bc1a4 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -813,8 +813,7 @@ function write_zshrc() { fi local comments=( - "# You can customize your prompt by editing $__p9k_cfg_path_u." - "# To run Powerlevel10k configuration wizard, type 'p9k_configure'." + "# To customize prompt, run \`p9k_configure\` or edit $__p9k_cfg_path_u." ) print -lr -- "" $comments "source $__p9k_cfg_path_u" >>$__p9k_zshrc @@ -884,5 +883,8 @@ fi write_zshrc || return print -P "" +print -P "File feature requests and bug reports at $(href https://github.com/romkatv/powerlevel10k/issues)." +print -P "Send praise and complaints to $(href https://www.reddit.com/r/zsh)." +print -P "" } "$@" |