mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Updated virtualenv initialization.
This commit is contained in:
parent
73f0d5f79e
commit
f1288297c7
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ DISABLE_AUTO_UPDATE="true"
|
|||
plugins=(git python vim-override)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source `which virtualenvwrapper.sh`
|
||||
|
||||
# Customize to your needs...
|
||||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue