Closing '}' should come before '\]', not after
master
Hubert 12 years ago
parent 6acf7f8d3e
commit 12c2305329
  1. 2
      gitprompt.sh

@ -108,7 +108,7 @@ function git_prompt_config()
EMPTY_PROMPT=$OLD_GITPROMPT
else
if [[ -n "${VIRTUAL_ENV}" ]]; then
EMPTY_PROMPT="(\[${Blue}\]$(basename "${VIRTUAL_ENV}")\[${ResetColor\]}) ${PROMPT_START}$($prompt_callback)${PROMPT_END}"
EMPTY_PROMPT="(\[${Blue}\]$(basename "${VIRTUAL_ENV}")\[${ResetColor}\]) ${PROMPT_START}$($prompt_callback)${PROMPT_END}"
else
EMPTY_PROMPT="${PROMPT_START}$($prompt_callback)${PROMPT_END}"
fi

Loading…
Cancel
Save