From 07ce43e28efaecf87bacc1f8b8b2d09cb6b2e91d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 2 Nov 2012 14:39:04 -0700 Subject: [PATCH] Fix typo: .zsh/func/makers --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index cba6cd1..cbaf342 100644 --- a/zshrc +++ b/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