Variable-Scoping.

This commit is contained in:
Dominik Ritter 2015-03-30 03:01:55 +02:00
parent c54e283eee
commit f5ae48138a

View file

@ -32,6 +32,7 @@ VCS_STAGED_ICON='✚'
# color scheme # color scheme
################################################################ ################################################################
local DEFAULT_COLOR DEFAULT_COLOR_INVERTED DEFAULT_COLOR_DARK
if [[ $POWERLEVEL9K_COLOR_SCHEME == "light" ]]; then if [[ $POWERLEVEL9K_COLOR_SCHEME == "light" ]]; then
DEFAULT_COLOR=white DEFAULT_COLOR=white
DEFAULT_COLOR_INVERTED=black DEFAULT_COLOR_INVERTED=black