small mods

pull/400/head
guneysus 2015-01-25 12:17:03 +02:00
parent 7f0395a1d0
commit 9b07aa85d6
1 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ function powerline_scm_prompt {
} }
function powerline_cwd_prompt { function powerline_cwd_prompt {
CWD_PROMPT="$(set_rgb_color ${LAST_THEME_COLOR} ${CWD_THEME_PROMPT_COLOR})${THEME_PROMPT_SEPARATOR}$(set_rgb_color - ${CWD_THEME_PROMPT_COLOR}) $(_swd)${normal}$(set_rgb_color ${CWD_THEME_PROMPT_COLOR} -)${normal}" CWD_PROMPT="$(set_rgb_color ${LAST_THEME_COLOR} ${CWD_THEME_PROMPT_COLOR})${THEME_PROMPT_SEPARATOR}$(set_rgb_color 0 ${CWD_THEME_PROMPT_COLOR}) $(_swd)${normal}$(set_rgb_color ${CWD_THEME_PROMPT_COLOR} -)${normal}"
LAST_THEME_COLOR=${CWD_THEME_PROMPT_COLOR} LAST_THEME_COLOR=${CWD_THEME_PROMPT_COLOR}
} }