This commit is contained in:
Alex Flores 2017-05-04 07:21:55 +00:00 committed by GitHub
commit 2911eced2d

View file

@ -87,7 +87,7 @@ for plugin ($plugins); do
done
# Load all of your custom configurations from custom/
for config_file ($ZSH_CUSTOM/*.zsh(N)); do
for config_file ($ZSH_CUSTOM/**/*.zsh(N)); do
source $config_file
done
unset config_file