diff --git a/themes/purity/purity.theme.bash b/themes/purity/purity.theme.bash index 96ffbdd8..ba1b1b63 100644 --- a/themes/purity/purity.theme.bash +++ b/themes/purity/purity.theme.bash @@ -21,8 +21,8 @@ venv_prompt() { python_venv="($PYTHON_VENV_CHAR${CONDA_DEFAULT_ENV}) " elif [[ -n "${VIRTUAL_ENV}" ]]; then python_venv="($PYTHON_VENV_CHAR$(basename "${VIRTUAL_ENV}")) " - [[ -n "${python_venv}" ]] && echo "${python_venv}" fi + [[ -n "${python_venv}" ]] && echo "${python_venv}" } function prompt_command() {