This commit is contained in:
timfeirg 2018-06-06 15:16:44 +00:00 committed by GitHub
commit 117841b784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ custom/
# temp files directories
cache/
log/
.DS_Store

View file

@ -40,11 +40,6 @@ if ! type workon &>/dev/null; then
return
fi
if [[ "$WORKON_HOME" == "" ]]; then
print "[oh-my-zsh] \$WORKON_HOME is not defined so plugin virtualenvwrapper will not work" >&2
return
fi
if [[ ! $DISABLE_VENV_CD -eq 1 ]]; then
# Automatically activate Git projects or other customized virtualenvwrapper projects based on the
# directory name of the project. Virtual environment name can be overridden