mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge f695abd9c8 into caa15548c1
This commit is contained in:
commit
dafc5d1dc4
1 changed files with 5 additions and 0 deletions
5
plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
Normal file
5
plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||||
|
|
||||||
|
source virtualenvwrapper.sh
|
||||||
|
|
||||||
|
export RPROMPT="%{$fg_bold[white]%}(venv:\${VIRTUAL_ENV:t})%{$reset_color%}"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue