mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
New Functionnality: + plugins/virtualenv/... plugin: stop virtualenv from prepending '(virtualenv_name)' to the prompt + lib/virtualenv.zsh: provide a virtualenv_prompt_info function that behaves similarly to lib/git.zsh's git_prompt_info Uses: + ZSH_THEME_VIRTUALENV_PROMPT_PREFIX + ZSH_THEME_VIRTUALENV_PROMPT_SUFFIX These variables are added to the output of virtualenv_prompt_info
3 lines
166 B
Bash
3 lines
166 B
Bash
# Prevent virtualenv from prepending (virtualenv name) to your prompt
|
|
# Use virtualenv_prompt_info to add the env to your prompt.
|
|
export VIRTUAL_ENV_DISABLE_PROMPT=1
|