Let load_module set fpath
This commit is contained in:
parent
a88333dd23
commit
fd7173ff72
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue