From 64c4c30706b6b5e9ad9fb88339c7a5269f01ccb4 Mon Sep 17 00:00:00 2001 From: tiago Date: Wed, 17 Mar 2021 15:39:57 +0000 Subject: [PATCH] minor change --- themes/purity/purity.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {