From 87ecc3cae9d99a74486dfdc59b3aca940d523396 Mon Sep 17 00:00:00 2001 From: oGre Date: Thu, 8 Oct 2015 17:32:33 +0200 Subject: [PATCH] Documentation --- themes/Default.bgptheme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/Default.bgptheme b/themes/Default.bgptheme index 4e8e6b1..8ed02fa 100644 --- a/themes/Default.bgptheme +++ b/themes/Default.bgptheme @@ -65,6 +65,9 @@ define_undefined_git_prompt_colors() { # the name of the current virtual environment (currently CONDA and VIRTUAL_ENV) if [[ -z ${GIT_PROMPT_VIRTUALENV} ]]; then GIT_PROMPT_VIRTUALENV="(${Blue}_VIRTUALENV_${ResetColor}) "; fi + # template for displaying the current remote tracking branch + # use the placeholder _UPSTREAM_ will be replaced with + # the name of the current remote tracking branch if [[ -z ${GIT_PROMPT_UPSTREAM} ]]; then GIT_PROMPT_UPSTREAM=" {${Blue}_UPSTREAM_${ResetColor}}"; fi # _LAST_COMMAND_INDICATOR_ will be replaced by the appropriate GIT_PROMPT_COMMAND_OK OR GIT_PROMPT_COMMAND_FAIL