Fix fpath settings

This commit is contained in:
Eryn Wells 2012-11-02 14:40:54 -07:00
parent 07ce43e28e
commit 395986145b

5
zshrc
View file

@ -182,7 +182,10 @@ zstyle ':completion:*' expand 'yes'
###
# Function path
fpath=($HOME/.zsh/makers $HOME/.zsh/func $fpath)
function {
local myfpath="$HOME/.zsh/func"
fpath=($myfpath/makers $myfpath $fpath)
}
# Generate a password
print_info_sub_noisy 3 "Loading pw module"