diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-21 12:27:37 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-21 12:27:37 +0300 |
commit | 97dbf1d1fb6d98d040b9af4f3793fda9777abdfd (patch) | |
tree | 08c36f8ffccdd0bf3e009069f7c538127e92e9c2 /README.md | |
parent | 981774f178b949c56affe83c865e6c94e3d34156 (diff) |
add a note saying that users should NOT enable instant prompt
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -203,6 +203,10 @@ covered by the same license. ### What is instant prompt? +**IMPORTANT UPDATE**: Instant prompt is incompatible with zsh startup configs that may require +console input. This includes asking for a keyring password and *[Y/N]* confirmations. It is +currently **NOT RECOMMENDED** that you enable instant prompt. + *Instant Prompt* is an optional feature of Powerlevel10k. When enabled, it gives you a limited prompt within 10 milliseconds of staring zsh, alowing you to start hacking right away while zsh is initializing. Once the initialization is complete, the full-featured Powerlevel10k will |