Added new wd function to powerline-flies theme. Changed the __powerline_prompt_command function to reflect the base function.

This commit is contained in:
Dan Flies
2017-12-08 09:22:35 -06:00
parent fae18112cb
commit 35c29349bd
2 changed files with 14 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
. "$BASH_IT/themes/powerline-flies/powerline-flies.base.bash"
USER_INFO_SSH_CHAR=${POWERLINE_USER_INFO_SSH_CHAR:="⌁ "}
USER_INFO_SSH_CHAR=${POWERLINE_USER_INFO_SSH_CHAR:="⌁"}
USER_INFO_THEME_PROMPT_COLOR=32
USER_INFO_THEME_PROMPT_COLOR_SUDO=202
@@ -33,7 +33,7 @@ LAST_STATUS_THEME_PROMPT_COLOR=52
CLOCK_THEME_PROMPT_COLOR=240
BATTERY_AC_CHAR=${BATTERY_AC_CHAR:="+ "}
BATTERY_AC_CHAR=${BATTERY_AC_CHAR:=""}
BATTERY_STATUS_THEME_PROMPT_GOOD_COLOR=70
BATTERY_STATUS_THEME_PROMPT_LOW_COLOR=208
BATTERY_STATUS_THEME_PROMPT_CRITICAL_COLOR=160
@@ -43,6 +43,7 @@ THEME_CLOCK_FORMAT=${THEME_CLOCK_FORMAT:="%H:%M:%S"}
IN_VIM_THEME_PROMPT_COLOR=245
IN_VIM_THEME_PROMPT_TEXT="vim"
POWERLINE_PROMPT=${POWERLINE_PROMPT:="user_info scm python_venv cwd"}
POWERLINE_PROMPT_CHAR="$ "
POWERLINE_PROMPT=${POWERLINE_PROMPT:="user_info scm python_venv wd"}
safe_append_prompt_command __powerline_prompt_command
safe_append_prompt_command __powerline_prompt_command