diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-04-29 22:51:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 22:51:01 +0300 |
commit | f14ffcff2c959841cc361cdb671099e011cae058 (patch) | |
tree | f53445dd65cae5d782c74f71d3e4572777d0f259 /README.md | |
parent | 7c4b0f36c0b5d3dc1049115ecca192463c19278d (diff) |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -801,7 +801,7 @@ tl;dr: When Git status in prompt is greyed out, it means Powerlevel10k is curren up-to-date Git status in the background. Prompt will get automatically refreshed when this computation completes. -When your current directory is withing a Git repository, Powerlevel10k computes up-to-date Git +When your current directory is within a Git repository, Powerlevel10k computes up-to-date Git status after every command. If the repository is large, or the machine is slow, this computation can take quite a bit of time. If it takes longer than 20 milliseconds (configurable via `POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS`), Powerlevel10k displays the last known Git status in |