Let load_module set fpath

This commit is contained in:
Eryn Wells 2013-03-28 11:04:48 -07:00
parent a88333dd23
commit fd7173ff72

4
zshrc
View file

@ -81,9 +81,9 @@ function configure_modules_and_functions #{{{
local myfpath="$HOME/.zsh/func"
print_info_sub -l 2 "Adding $myfpath to fpath"
fpath=($myfpath/makers $myfpath $fpath)
fpath=($myfpath $fpath)
load_module 'makers'
load_module makers
print_info -l 3 "Loading pw module"
autoload pw