Update virtual environment prompt rendering to have parenthesis. I might add the python logo now that I think about it.

This commit is contained in:
Shawn Anderson 2020-09-28 12:13:17 -07:00
parent 9653547a52
commit 81d9a47ece
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ function prompt_virtual_env -d "Display Python or Nix virtual environment"
if test "$VIRTUAL_ENV"
set py_env (basename $VIRTUAL_ENV)
set envs $envs "py[$py_env]"
set envs $envs "($py_env)"
end
if test "$IN_NIX_SHELL"