aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2016-04-21 02:53:27 +0300
committerDominik Ritter <dritter03@googlemail.com>2016-04-21 02:53:27 +0300
commit6af098a70902c5a84989e312ef584016b3f62fc3 (patch)
tree35faadda59cdbb8b9aa38f77696beba7259427d8 /CHANGELOG.md
parent72e0274a0895be876651f889856470d568f16b71 (diff)
Changelog: Add a note about vcs untracked state
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ca55e58..d5264587 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ POWERLEVEL9K_VCS_CLEAN_FOREGROUND='cyan'
POWERLEVEL9K_VCS_CLEAN_BACKGROUND='white'
```
+Additionaly the vcs segment now has an `untracked` state which
+indicates that you have untracked files in your repository.
+
The foreground color of actionformat is now configurable via:
```zsh
POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND='green'