Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Function definition file not found for default functions



> This means your $fpath value is not covering the directories where
> these functions are defined.

Ahh, thanks. Lmod was the only thing in fpath (might need to ask the
admins about that), but adding

    fpath+=($HOME/.local/share/zsh/5.8/functions)

to my .zshenv solved the problem.




Messages sorted by: Reverse Date, Date, Thread, Author