aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-07-10 01:43:10 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-07-10 01:43:10 +0300
commit0226f871f698d0d802f7a9dee9587d88a627856c (patch)
tree89ff3efe0a7cb4ea0b4db6abfc5a3705cb0d87f3 /README.md
parent772c9ab85d82a87c0e7cf638ce4032697e217bc7 (diff)
Fix the branch icon and whitespaces in the vcs segment.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7d5a5f76..6d7618d8 100644
--- a/README.md
+++ b/README.md
@@ -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