diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-17 14:56:25 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-17 14:56:25 +0300 |
commit | 31757b3f6c092f5f9cbaaf2109021102bf2c3f31 (patch) | |
tree | 225f7db7350ac074501c7ced1fcfa64f3a9b15e1 /internal/wizard.zsh | |
parent | a1c964b49dc71121d8f7e48715493533809c9bb0 (diff) |
punctuation
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 2a1cc6a4..d7e664a6 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1790,7 +1790,7 @@ function change_zshrc() { if (( !zshrc_has_instant_prompt )); then >>$tmp print -r -- "# Enable Powerlevel10k instant prompt. Should stay close to the top of ${(%)__p9k_zshrc_u}. # Initialization code that may require console input (password prompts, [y/n] -# confirmations, etc.) must go above this block, everything else may go below. +# confirmations, etc.) must go above this block; everything else may go below. if [[ -r \"\${XDG_CACHE_HOME:-\$HOME/.cache}/p10k-instant-prompt-\${(%):-%n}.zsh\" ]]; then source \"\${XDG_CACHE_HOME:-\$HOME/.cache}/p10k-instant-prompt-\${(%):-%n}.zsh\" fi" || return |