Merge pull request #47 from hdeheer/master

Fix typo
master
Martin Gondermann 12 years ago
commit c585dbe4e1
  1. 2
      gitprompt.sh

@ -108,7 +108,7 @@ function git_prompt_config()
EMPTY_PROMPT=$OLD_GITPROMPT EMPTY_PROMPT=$OLD_GITPROMPT
else else
if [[ -n "${VIRTUAL_ENV}" ]]; then 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 else
EMPTY_PROMPT="${PROMPT_START}$($prompt_callback)${PROMPT_END}" EMPTY_PROMPT="${PROMPT_START}$($prompt_callback)${PROMPT_END}"
fi fi

Loading…
Cancel
Save