Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-13 06:22:19 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-02-13 06:27:11 +0000 +0000
Commit: 95d6377d222b03fe1430ef547caabf5e08229963
Parent: 6a98c6f5f045cae6e3415c3d9f8f85d72b520d8d
Install autoenv
diff --git a/.gitmodules b/.gitmodules
index bf95918fad52a5b9d12949f18a58a4d52056b572..9dee0ad87dc16e82443615f40169c4c20cf1878d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule ".vim/bundle/topfunky-light/colors"]
path = .vim/bundle/topfunky-light/colors
url = git://gist.github.com/424448.git
+[submodule ".autoenv"]
+ path = .autoenv
+ url = git://github.com/kennethreitz/autoenv.git
diff --git a/.zshrc b/.zshrc
index 1a3c6674b5dc9aa2ec56f5b7fa4be8aff14089ef..acf84162c3bcab37c037374c978715895194e009 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,3 +13,5 @@ command_exists pacman && plugins+=archlinux
source $ZSH/oh-my-zsh.sh
fi
+
+[[ -s "$HOME/.autoenv/activate.sh" ]] && source "$HOME/.autoenv/activate.sh"