mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Updated virtualenv initialization.
This commit is contained in:
parent
402053ff37
commit
fe80ab4baa
1 changed files with 2 additions and 1 deletions
|
|
@ -29,9 +29,10 @@ DISABLE_AUTO_UPDATE="true"
|
|||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git python virtualenvwrapper pythonbrew vim-override)
|
||||
plugins=(git python pythonbrew 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