Fix fpath settings
This commit is contained in:
parent
07ce43e28e
commit
395986145b
1 changed files with 4 additions and 1 deletions
5
zshrc
5
zshrc
|
@ -182,7 +182,10 @@ zstyle ':completion:*' expand 'yes'
|
||||||
###
|
###
|
||||||
|
|
||||||
# Function path
|
# Function path
|
||||||
fpath=($HOME/.zsh/makers $HOME/.zsh/func $fpath)
|
function {
|
||||||
|
local myfpath="$HOME/.zsh/func"
|
||||||
|
fpath=($myfpath/makers $myfpath $fpath)
|
||||||
|
}
|
||||||
|
|
||||||
# Generate a password
|
# Generate a password
|
||||||
print_info_sub_noisy 3 "Loading pw module"
|
print_info_sub_noisy 3 "Loading pw module"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue