diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-30 19:27:18 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-30 19:27:18 +0300 |
commit | f562a837d81ef8f87178998c74b6ac1e3c9be6cd (patch) | |
tree | cd5d11275d34f950cc10eb10e56d6edbbc5e91a4 /README.md | |
parent | ea2b2f1e027a8e4682dcf5029edc92f285e3db62 (diff) |
expand on commitment
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,7 +3,9 @@ Powerlevel10k is a theme for ZSH. It emphasizes [speed](#uncompromising-performance), [flexibility](#extremely-customizable) and [out-of-the-box experience](#configuration-wizard). -Powerlevel10k is committed to being best-in-class in each of these categories. +Powerlevel10k is committed to being best-in-class in each of these categories. If you ever consider +switching to another theme because Powerlevel10k is not fast enough, not flexible enough or fails +to Just Work, please file an issue. ![Powerlevel10k]( https://raw.githubusercontent.com/romkatv/powerlevel10k-media/master/prompt-styles.png) @@ -476,7 +478,7 @@ budget for other plugins you might install. ### How do I enable instant prompt? See [instant prompt](#instant-prompt) to learn what instant prompt is. This section explains how -you can enable it, and caveats that you should be aware of. +you can enable it and lists caveats that you should be aware of. Instant prompt can be enabled either through `p10k configure` or by manually adding the following code snippet at the top of `~/.zshrc`: |