diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-07-11 06:24:33 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-07-11 06:24:33 +0300 |
commit | 0d9fe3d60f1bee32a20c4a6799f7616070169f42 (patch) | |
tree | d2f4f8546fe082a9eddf7fa6fb44080c90db1597 /README.md | |
parent | 7519b5292a90b3d0bdc1fa646fc54079312ea36a (diff) | |
parent | 0226f871f698d0d802f7a9dee9587d88a627856c (diff) |
Merge pull request #49 from dritter/dritter/branch_icon_fixes
Fix the branch icon in the VCS segment.
Resolves bug #49.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -288,11 +288,11 @@ set `POWERLEVEL9K_CHANGESET_HASH_LENGTH` to any value you want. # just show the 6 first characters of changeset POWERLEVEL9K_CHANGESET_HASH_LENGTH=6 -You can also enable an additional branch icon in your prompt by setting -`POWERLEVEL9K_SHOW_BRANCH_ICON` to `true`: +You can also disable the branch icon in your prompt by setting +`POWERLEVEL9K_HIDE_BRANCH_ICON` to `true`: - # Show an icon before the branch name - POWERLEVEL9K_SHOW_BRANCH_ICON=true + # Hide the branch icon + POWERLEVEL9K_HIDE_BRANCH_ICON=true ##### Symbols |