mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
Global variables need to be global, so that antigen and prezto see them..
This commit is contained in:
parent
3e13603557
commit
966bf5fe74
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ esac
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue