This commit is contained in:
Urban Škudnik 2014-03-17 10:45:38 +00:00
commit e9712d8fff

View file

@ -1,5 +1,5 @@
virtualenvwrapper='virtualenvwrapper_lazy.sh'
if (( $+commands[$virtualenvwrapper] )); then
if [[ -f `which $virtualenvwrapper` ]]; then
source ${${virtualenvwrapper}:c}
if [[ ! $DISABLE_VENV_CD -eq 1 ]]; then