Default_NoExitState.bgptheme 452 B

123456789101112
  1. # This is the default theme for gitprompt.sh
  2. # without the indicator of the last command state
  3. override_git_prompt_colors() {
  4. GIT_PROMPT_THEME_NAME="Default NoExitState"
  5. GIT_PROMPT_COMMAND_FAIL="${Red}✘" # indicator if the last command returned with an exit code of other than 0
  6. GIT_PROMPT_START_USER="${Yellow}${PathShort}${ResetColor}"
  7. GIT_PROMPT_START_ROOT="${GIT_PROMPT_START_USER}"
  8. }
  9. reload_git_prompt_colors "Default NoExitState"