diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-03-07 03:00:52 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-03-07 03:00:52 +0300 |
commit | 73e20123a758d28fd3e2bd22622690077d673918 (patch) | |
tree | 7fa18ace1b6179a1b60cfd84fda01d770d25b25f /README.md | |
parent | aace3ac7f62fba1e6209b19d65e05cb9ef91e468 (diff) |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,10 @@ are still using the `POWERLEVEL9K` prefix though. The list of VCS backends to use. Supported values are `git`, `svn` and `hg`. Note that adding anything other than git will make prompt slower even when your current directory isn't a repo. + + * `POWERLEVEL9K_GITSTATUS_DIR (STRING) [default=$POWERLEVEL9K_INSTALLATION_DIR/gitstatus]` + + Directory with gitstatus plugin. By default uses a copy bundled with Powerlevel10k. * `POWERLEVEL9K_DISABLE_GITSTATUS (STRING) [default="false"]` If set to `"true"`, Powerlevel10k won't use its fast git backend and will fall back to |