[zsh] Move func/ directory to zsh/functions
This commit is contained in:
parent
91da2fc583
commit
7c08c5131f
53 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
|
@ -25,7 +25,7 @@ function init-env-fpath
|
||||||
{
|
{
|
||||||
local -r fpath_candidates=( \
|
local -r fpath_candidates=( \
|
||||||
"$DOTFILES_HOME/zsh/${SYS}-functions" \
|
"$DOTFILES_HOME/zsh/${SYS}-functions" \
|
||||||
"$DOTFILES_HOME/zsh/func" \
|
"$DOTFILES_HOME/zsh/functions" \
|
||||||
)
|
)
|
||||||
|
|
||||||
# Process the array in reverse order (`Oa` means "descending index order",
|
# Process the array in reverse order (`Oa` means "descending index order",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue