diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-10-18 02:38:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 02:38:14 +0300 |
commit | 1f88c289b521a00dc6dede7591de18860d4ce6f6 (patch) | |
tree | 65c492478890a7b849c666d607f1b71a8b7e2a8a | |
parent | 37a27463b8d6d61087464926719b1c65c2b9cf76 (diff) | |
parent | b582a60adcf47c7967c3cb3cd43337b3a74e1f7c (diff) |
Merge pull request #651 from claycephas/more-documentation
Add documentation for VCS hooks config
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1 +1,2 @@ test-vm/.vagrant +*.swp @@ -582,6 +582,9 @@ customization is provided via: |`POWERLEVEL9K_CHANGESET_HASH_LENGTH`|`12`|How many characters of the hash / changeset to display in the segment.| |`POWERLEVEL9K_VCS_SHOW_SUBMODULE_DIRTY`|`true`|Set to `false` to not reflect submodule status in the top-level repository prompt.| |`POWERLEVEL9K_VCS_HIDE_TAGS`|`false`|Set to `true` to stop tags being displayed in the segment.| +|`POWERLEVEL9K_VCS_GIT_HOOKS`|`(vcs-detect-changes git-untracked git-aheadbehind git-stash git-remotebranch git-tagname)`|Layout of the segment for git repositories.| +|`POWERLEVEL9K_VCS_HG_HOOKS`|`(vcs-detect-changes)`|Layout of the segment for Mercurial repositories.| +|`POWERLEVEL9K_VCS_SVN_HOOKS`|`(vcs-detect-changes svn-detect-changes)`|Layout of the segment for SVN repositories.| ##### vcs symbols |