Add VIRTUALENV_SHOW_ENV_NAME=true to all configs

This commit is contained in:
Martin Toman 2020-02-26 20:06:43 +01:00
commit b6b1388158
5 changed files with 10 additions and 0 deletions

View file

@ -868,6 +868,8 @@
###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]###
# Python virtual environment color.
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=37
# Show Python virtual environment name.
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_ENV_NAME=true
# Don't show Python version next to the virtual environment name.
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
# Separate environment name from Python version only with a space.