diff --git a/README.md b/README.md index 581bb3b..aca780d 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,7 @@ code snippet at the top of `~/.zshrc`: ```zsh # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # 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 diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 2a1cc6a..d7e664a 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