mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-21 15:50:58 +00:00
9 lines
214 B
Bash
9 lines
214 B
Bash
export WORKON_HOME=$HOME/.virtualenvs
|
|
source /usr/local/share/python//virtualenvwrapper.sh
|
|
export VIRTUALENV_USE_DISTRIBUTE="1"
|
|
|
|
|
|
function cd(){
|
|
builtin cd "$@"
|
|
$(/Users/kreitz/.oh-my-zsh/tools/workon.py)
|
|
} |