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

5 lines
129 B
Bash

# Load any custom after code
if [ -d $HOME/.zsh.after/ ]; then
for config_file ($HOME/.zsh.after/*.zsh) source $config_file
fi