summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-21 10:34:42 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-21 10:35:10 -0400
commita2405943d4f1f2d3fa0b55e6053a1e796204a2ec (patch)
tree7dc8d598679e9c779af13f1d1d0a7c5721aed366
parent9a201f703265b955c53aa39813a90989062095c3 (diff)
downloadconf-a2405943d4f1f2d3fa0b55e6053a1e796204a2ec.tar.gz
conf-a2405943d4f1f2d3fa0b55e6053a1e796204a2ec.zip
make sure .env returns true even if virtualenv isn't installed
-rw-r--r--env1
1 files changed, 1 insertions, 0 deletions
diff --git a/env b/env
index a872a1c..b5506c3 100644
--- a/env
+++ b/env
@@ -18,5 +18,6 @@ export PERL_CPANM_OPT="-q --mirror file://${HOME}/perl5/minicpan/ --mirror http:
type git > /dev/null 2>&1 && export GIT_EXEC_PATH="${HOME}/.bin/git:"`git --exec-path`
[ -f $HOME/perl5/perlbrew/etc/bashrc ] && source $HOME/perl5/perlbrew/etc/bashrc
[ -f $HOME/python/bin/activate ] && source $HOME/python/bin/activate
+true
# vim:ft=sh: