small update

This commit is contained in:
Barak Michener 2019-06-16 19:24:06 -07:00
parent 4632b5d39b
commit b7f03054d4
3 changed files with 23 additions and 6 deletions

6
.zshrc
View file

@ -86,8 +86,14 @@ fi
if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
source /usr/local/bin/virtualenvwrapper_lazy.sh
else
if [ -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ]; then
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
fi
fi
fasd_cache="$HOME/.fasd-init-zsh"
if [ "$(command -v fasd)" -nt "$fasd_cache" -o ! -s "$fasd_cache" ]; then
fasd --init posix-alias zsh-hook zsh-ccomp zsh-ccomp-install zsh-wcomp zsh-wcompinstall >| "$fasd_cache"