Makes NODE vars configurable

This commit is contained in:
David Farrell
2019-12-18 19:32:49 -08:00
parent db2c6683f1
commit 921cfea68d
4 changed files with 4 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ SCM_THEME_PROMPT_COLOR=${SCM_THEME_PROMPT_CLEAN_COLOR}
NVM_THEME_PROMPT_PREFIX=""
NVM_THEME_PROMPT_SUFFIX=""
NODE_THEME_PROMPT_COLOR=22
NODE_CHAR=${POWERLINE_NODE_CHAR:="n "}
NODE_THEME_PROMPT_COLOR=${POWERLINE_NODE_COLOR:=22}
RVM_THEME_PROMPT_PREFIX=""
RVM_THEME_PROMPT_SUFFIX=""