fixing aliases custom

This commit is contained in:
Locojay 2011-06-06 11:22:03 -04:00
commit 4b850135a6
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,9 @@ for plugin ($plugins); do
fi
done
# Load all of your custom configurations from custom/
for config_file ($ZSH/custom/*.zsh) source $config_file
# Load the theme
if [ "$ZSH_THEME" = "random" ]
then