X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=8adc256b252b15555dfcd0c60ababafd72511d6a;hb=a0aaa6c174574ecee129c2cf4ff1acbc39fa00b8;hp=2527547c4d3e1a046134debc854c8d7e015d3adc;hpb=a7ea8e32b8a41a9cbe685c49d7ff89962ce491db;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 2527547..8adc256 100644 --- a/.shellrc +++ b/.shellrc @@ -278,3 +278,12 @@ tmux() { ;; esac } + + +if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then + source /usr/local/bin/virtualenvwrapper_lazy.sh +fi + +if which pyenv >/dev/null 2>&1; then + eval "`pyenv init -`" +fi