diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-20 18:52:24 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-20 18:52:24 +0300 |
commit | 8e8385b700adcdfc798fe827ea4271781a626a18 (patch) | |
tree | 0966559c7b546a677e2f01a0f53b8e7abf074b8e /README.md | |
parent | c675fc8ccea4c8e92ab075a46966b9da2e3fe7bd (diff) |
doc formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -371,8 +371,8 @@ Loading time, or time to first prompt, can be measured with the following benchm time (repeat 1000 zsh -dfis <<< 'source ~/powerlevel10k/powerlevel10k.zsh-theme') ``` -NOTE: This measures time to first *complete prompt*. Powerlevel10k can also display a -[limited prompt](#what-is-instant-prompt) before the full-featured prompt is ready. +*NOTE: This measures time to first complete prompt. Powerlevel10k can also display a +[limited prompt](#what-is-instant-prompt) before the full-featured prompt is ready.* Running this command with `~/powerlevel10k` as the current directory on the same machine as in the [prompt benchmark](#is-it-really-fast) takes 29 seconds (29 ms per invocation). This is about 6 |