Rename VCS default state to clean

This commit is contained in:
Dominik Ritter 2016-02-26 14:26:49 +01:00
commit 9ac79bd3aa
2 changed files with 13 additions and 3 deletions

View file

@ -1,5 +1,15 @@
## v0.4.0 (next)
### `vcs` changes
The default state was renamed to `clean`. If you overrode foreground
or background color in the past, you need to rename your variables to:
```zsh
POWERLEVEL9K_VCS_CLEAN_FOREGROUND='cyan'
POWERLEVEL9K_VCS_CLEAN_BACKGROUND='white'
```
### `aws_eb_env` added
This segment displays the current Elastic Beanstalk environment.