diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-07-28 22:25:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 22:25:46 +0300 |
commit | e3f5a1c3438b361d75080c3f06b95b4c98a66fee (patch) | |
tree | f2956394fc07bcae3eb5f0d05c577a247baface0 /internal | |
parent | 4f94d1d640ccb4590d7d75ad82344e8df559a33c (diff) |
grammar
Diffstat (limited to 'internal')
-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 aa51a9c2..05113fd7 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -583,7 +583,7 @@ function write_zshrc() { print -lr -- "" $comments "source $__p9k_cfg_path_u" >>$__p9k_zshrc print -P "" - print -P "The following lines have been appended to your %B%4F$__p9k_zshrc_u%f%b:" + print -P "The following lines have been appended to %B%4F$__p9k_zshrc_u%f%b:" print -P "" print -lP -- ' %8F'${^comments}'%f' " %2Fsource%f %15F$__p9k_cfg_path_u%f" } |