Add VIRTUALENV_SHOW_ENV_NAME=true to all configs
This commit is contained in:
parent
6f203a662d
commit
b6b1388158
|
@ -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.
|
||||
|
|
|
@ -847,6 +847,8 @@
|
|||
###[ virtualenv: python virtual environment (https://docs.python.org/3/library/venv.html) ]###
|
||||
# Python virtual environment color.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=6
|
||||
# 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.
|
||||
|
|
|
@ -847,6 +847,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.
|
||||
|
|
|
@ -90,6 +90,8 @@
|
|||
|
||||
# Grey Python Virtual Environment.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=$grey
|
||||
# Show Python virtual environment name.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_ENV_NAME=true
|
||||
# Don't show Python version.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION=false
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
|
||||
|
|
|
@ -901,6 +901,8 @@
|
|||
# Python virtual environment color.
|
||||
# typeset -g POWERLEVEL9K_VIRTUALENV_FOREGROUND=0
|
||||
# typeset -g POWERLEVEL9K_VIRTUALENV_BACKGROUND=4
|
||||
# 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.
|
||||
|
|
Loading…
Reference in New Issue