aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-10-26 21:54:34 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-10-26 21:54:34 +0300
commit01640fccba531866b94c65252b854eb1a7d520c9 (patch)
treef13b41827acbb339e34eb5a79ad3c5747d8a1ea6 /README.md
parentde3d1f128b34ac16b4769b2ff896dced7b7543e2 (diff)
doc cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5cab28be..9045df01 100644
--- a/README.md
+++ b/README.md
@@ -241,12 +241,9 @@ the output, or move it above the instant prompt preamble.
Here's an example of `~/.zshrc` that breaks when instant prompt is enabled:
```zsh
-# OK to perform console I/O before this point.
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
-# From this point on, until zsh is fully initialized, console input won't work and
-# console output may appear uncolored.
keychain id_rsa --agents ssh # asks for password
chatty-script # spams to stdout even when everything is fine