Fix configurability of actionformat color

This commit is contained in:
Dominik Ritter 2016-04-03 19:13:58 +02:00
commit 104e774873
2 changed files with 7 additions and 2 deletions

View file

@ -10,6 +10,11 @@ POWERLEVEL9K_VCS_CLEAN_FOREGROUND='cyan'
POWERLEVEL9K_VCS_CLEAN_BACKGROUND='white'
```
The foreground color of actionformat is now configurable via:
```zsh
POWERLEVEL9K_VCS_ACTIONFORMAT_FOREGROUND='green'
```
### `aws_eb_env` added
This segment displays the current Elastic Beanstalk environment.