3 lines
48 B
Bash
3 lines
48 B
Bash
fpath=($fpath $HOME/.zsh/func)
|
|
typeset -U fpath
|
fpath=($fpath $HOME/.zsh/func)
|
|
typeset -U fpath
|