dotar/zsh/0000_before.zsh
2012-09-26 10:23:39 -07:00

5 lines
147 B
Bash

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