2012-09-27 01:23:39 +08:00
|
|
|
# Load any user customizations prior to load
|
2012-09-27 02:05:28 +08:00
|
|
|
#
|
2012-09-27 01:23:39 +08:00
|
|
|
if [ -d $HOME/.zsh.before/ ]; then
|
2012-09-27 02:05:28 +08:00
|
|
|
if [ "$(ls -A $HOME/.zsh.before/)" ]; then
|
|
|
|
for config_file ($HOME/.zsh.before/*.zsh) source $config_file
|
|
|
|
fi
|
2012-09-27 01:23:39 +08:00
|
|
|
fi
|