diff --git a/zshenv b/zshenv index a322249..5d6c1cb 100644 --- a/zshenv +++ b/zshenv @@ -24,8 +24,8 @@ function init-env-dotfiles-path function init-env-fpath { local -r fpath_candidates=( \ - "$HOME/.zsh/${SYS}-functions" \ - "$HOME/.zsh/func" \ + "$DOTFILES_HOME/zsh/${SYS}-functions" \ + "$DOTFILES_HOME/zsh/func" \ ) # Process the array in reverse order (`Oa` means "descending index order",