From 6af098a70902c5a84989e312ef584016b3f62fc3 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Thu, 21 Apr 2016 01:53:27 +0200 Subject: [PATCH] Changelog: Add a note about vcs untracked state --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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'