Fix typo: .zsh/func/makers

This commit is contained in:
Eryn Wells 2012-11-02 14:39:04 -07:00
parent 59cabba725
commit 07ce43e28e

2
zshrc
View file

@ -190,7 +190,7 @@ autoload pw
# Maker module -- various functions for makin' stuff
print_info_sub_noisy 3 "Loading makers module"
for func in `ls $HOME/.zsh/makers`; do
for func in `ls $HOME/.zsh/func/makers`; do
autoload $func
done