Fix typo: .zsh/func/makers
This commit is contained in:
parent
59cabba725
commit
07ce43e28e
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue