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

@ -1 +1 @@
Subproject commit 680f60fb237370d6eda2bfb28cd660916991733e
Subproject commit 02449ddaafdc0bc1cdd8df44c198fd96193083f3

@ -1 +1 @@
Subproject commit f347885555b8446953c1c936830e85275b99ddfd
Subproject commit 527d98028bb00167acf9acd89f7129c229c26025

@ -1 +1 @@
Subproject commit 03429e69b6158bcae5f8bf5e8de52703c26c6b49
Subproject commit 3a03fee48c24d0116c529769664750a43a206ee7

@ -1 +1 @@
Subproject commit 089506ed89da1849485fdfcca002a42111759fab
Subproject commit 0e38ef90446a0f1f2294b6225c9c97dbc2810b45

@ -1 +1 @@
Subproject commit ff031d022f2123353bc93a3aa97290287c10a287
Subproject commit 878c3422c9ad9edc7b907948515b3118d91a67d1

@ -1 +1 @@
Subproject commit 8c9bcedc6c534d3f308fa3ade6a459977ee4a58a
Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28

@ -1 +1 @@
Subproject commit 48d1cb6bf0000159291014226d8d8d3330ad875e
Subproject commit a029dc28ebc1ba5953cd5b0ef9a50bd0ffba3aa4

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"