Add snake to python virtualenv in prompt.

This commit is contained in:
Shawn Anderson 2020-09-28 12:17:55 -07:00
parent 81d9a47ece
commit 02d4a17ccf
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_env)"
set envs $envs "🐍$py_env"
end
if test "$IN_NIX_SHELL"