Prezto support! Make sure you run rake:install

This commit is contained in:
Yan Pritzker
2012-09-26 10:23:39 -07:00
20 changed files with 112 additions and 262 deletions

4
zsh/0000_before.zsh Normal file
View File

@@ -0,0 +1,4 @@
# Load any user customizations prior to load
if [ -d $HOME/.zsh.before/ ]; then
for config_file ($HOME/.zsh.before/*.zsh) source $config_file
fi