X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=states%2Fzsh%2Ffiles%2Fzshrc;h=e1659e5e47dd06f43d4ca06cd246952842a17ecb;hb=62a4997c0138796041aa257d18ee2dc6d3fd151f;hp=f02b7e36e59b5ccb84bd3769ec8ee20dac2d75da;hpb=675a42561b814004255e1198f3f82783237eb4d8;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index f02b7e3..e1659e5 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -68,3 +68,6 @@ bindkey '^R' history-incremental-search-backward if [[ -f ~/.shell_aliases ]]; then source ~/.shell_aliases fi + +export WORKON_HOME=~/.virtualenvs +source /usr/bin/virtualenvwrapper_lazy.sh