X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshrc;fp=states%2Fzsh%2Ffiles%2Fzshrc;h=e1659e5e47dd06f43d4ca06cd246952842a17ecb;hb=504f01ccfd40303697ea3d13a4ca1aaef74552e1;hp=f02b7e36e59b5ccb84bd3769ec8ee20dac2d75da;hpb=21ed4ff542f29c47169d068d4a95204e4320c04b;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