aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-02-17 14:56:25 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-02-17 14:56:25 +0300
commit31757b3f6c092f5f9cbaaf2109021102bf2c3f31 (patch)
tree225f7db7350ac074501c7ced1fcfa64f3a9b15e1 /README.md
parenta1c964b49dc71121d8f7e48715493533809c9bb0 (diff)
punctuation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 581bb3b3..aca780d7 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