diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-26 21:54:01 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-26 21:54:01 +0300 |
commit | de3d1f128b34ac16b4769b2ff896dced7b7543e2 (patch) | |
tree | 495098717183f2b51cfc0d807b4a41314cd0e7d8 /internal | |
parent | 16d526377db2ae949b6d9ac8eb199e2d9513061d (diff) |
comments
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 b483b4bb..0b31417d 100755 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1572,7 +1572,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 must 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 |