[zsh] Move func/ directory to zsh/functions

This commit is contained in:
Eryn Wells 2026-01-18 08:43:02 -07:00
parent 91da2fc583
commit 7c08c5131f
53 changed files with 1 additions and 1 deletions

2
zshenv
View file

@ -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",