diff --git a/themes/agnoster/agnoster.theme.sh b/themes/agnoster/agnoster.theme.sh index 569039526..cc74dab4e 100644 --- a/themes/agnoster/agnoster.theme.sh +++ b/themes/agnoster/agnoster.theme.sh @@ -295,7 +295,7 @@ function prompt_virtualenv { # corresponds to the version number. local VENV_VERSION=$(awk '{print $NF}' <<< "$VERSION_OUTPUT") - prompt_segment cyan white "[v] $(basename "$VENV_VERSION")" + prompt_segment cyan white "[v] $VIRTUAL_ENV_PROMPT $(basename "$VENV_VERSION")" fi }