summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: