latest modules

This commit is contained in:
Barak Michener 2013-08-24 15:40:13 -04:00
parent cf67c85370
commit e5ea54d768
8 changed files with 11 additions and 7 deletions

4
.zshrc
View file

@ -83,6 +83,10 @@ if [ -f ~/.bash_aliases ]; then
source ~/.bash_aliases
fi
if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
source /usr/local/bin/virtualenvwrapper_lazy.sh
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"