Skip to content

Commit

Permalink
add venv prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
KimBioInfoStudio authored and akinomyoga committed Oct 12, 2023
1 parent 600f2a4 commit c92df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/agnoster/agnoster.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit c92df3c

Please sign in to comment.