mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-25 22:22:31 +01:00
Add VIRTUALENV_SHOW_ENV_NAME=true to all configs
This commit is contained in:
parent
6f203a662d
commit
b6b1388158
5 changed files with 10 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue