Merge 672b958a7e
into 2b7da93df0
This commit is contained in:
commit
66164ab3e5
5 changed files with 58 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
||||
anaconda # conda environment (https://conda.io/)
|
||||
pyenv # python environment (https://github.com/pyenv/pyenv)
|
||||
poetry # python poetry (https://python-poetry.org/)
|
||||
goenv # go environment (https://github.com/syndbg/goenv)
|
||||
nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
|
||||
nvm # node.js version from nvm (https://github.com/nvm-sh/nvm)
|
||||
|
@ -950,6 +951,10 @@
|
|||
# If set to "false", won't show virtualenv if pyenv is already shown.
|
||||
# If set to "if-different", won't show virtualenv if it's the same as pyenv.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
|
||||
# If set to "true", get the virtualenv from poetry if available
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_POETRY=false
|
||||
# Show poetry venv only when in a directory tree containing pyproject.toml.
|
||||
typeset -g POWERLEVEL9K_POETRY_VENV_PROJECT_ONLY=true
|
||||
# Separate environment name from Python version only with a space.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
|
||||
# Custom icon.
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
||||
anaconda # conda environment (https://conda.io/)
|
||||
pyenv # python environment (https://github.com/pyenv/pyenv)
|
||||
poetry # python poetry (https://python-poetry.org/)
|
||||
goenv # go environment (https://github.com/syndbg/goenv)
|
||||
nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
|
||||
nvm # node.js version from nvm (https://github.com/nvm-sh/nvm)
|
||||
|
@ -925,6 +926,10 @@
|
|||
# If set to "false", won't show virtualenv if pyenv is already shown.
|
||||
# If set to "if-different", won't show virtualenv if it's the same as pyenv.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
|
||||
# If set to "true", get the virtualenv from poetry if available
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_POETRY=false
|
||||
# Show poetry venv only when in a directory tree containing pyproject.toml.
|
||||
typeset -g POWERLEVEL9K_POETRY_VENV_PROJECT_ONLY=true
|
||||
# Separate environment name from Python version only with a space.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
|
||||
# Custom icon.
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
||||
anaconda # conda environment (https://conda.io/)
|
||||
pyenv # python environment (https://github.com/pyenv/pyenv)
|
||||
poetry # python poetry (https://python-poetry.org/)
|
||||
goenv # go environment (https://github.com/syndbg/goenv)
|
||||
nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
|
||||
nvm # node.js version from nvm (https://github.com/nvm-sh/nvm)
|
||||
|
@ -925,6 +926,10 @@
|
|||
# If set to "false", won't show virtualenv if pyenv is already shown.
|
||||
# If set to "if-different", won't show virtualenv if it's the same as pyenv.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
|
||||
# If set to "true", get the virtualenv from poetry if available
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_POETRY=false
|
||||
# Show poetry venv only when in a directory tree containing pyproject.toml.
|
||||
typeset -g POWERLEVEL9K_POETRY_VENV_PROJECT_ONLY=true
|
||||
# Separate environment name from Python version only with a space.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
|
||||
# Custom icon.
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
|
||||
anaconda # conda environment (https://conda.io/)
|
||||
pyenv # python environment (https://github.com/pyenv/pyenv)
|
||||
poetry # python poetry (https://python-poetry.org/)
|
||||
goenv # go environment (https://github.com/syndbg/goenv)
|
||||
nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
|
||||
nvm # node.js version from nvm (https://github.com/nvm-sh/nvm)
|
||||
|
@ -998,6 +999,10 @@
|
|||
# If set to "false", won't show virtualenv if pyenv is already shown.
|
||||
# If set to "if-different", won't show virtualenv if it's the same as pyenv.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=false
|
||||
# If set to "true", get the virtualenv from poetry if available
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_SHOW_WITH_POETRY=false
|
||||
# Show poetry venv only when in a directory tree containing pyproject.toml.
|
||||
typeset -g POWERLEVEL9K_POETRY_VENV_PROJECT_ONLY=true
|
||||
# Separate environment name from Python version only with a space.
|
||||
typeset -g POWERLEVEL9K_VIRTUALENV_{LEFT,RIGHT}_DELIMITER=
|
||||
# Custom icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue