You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @scalp42, zgen is mostly unmaintained. I've created a fork called zgenom which has more features and some bugfixes. It's also 100% backwards compatible.
To answer your question:
You're right that the files are added to your $fpath but zsh doesn't automatically autoloads things from your fpath. (Like it does with executables from your path).
Adding autoload archive (and autoload unarchive) should make it work 👍
forivall
pushed a commit
to forivall/zgen
that referenced
this issue
Aug 8, 2023
Hi folks,
I'm trying to load https://github.com/zimfw/archive functions.
16:20:26 | echo $FPATH
/Users/scalp/.zgen/zimfw/archive-master/functions:/Users/scalp/.zgen/robbyrussell/oh-my-zsh-master/plugins/cp
The text was updated successfully, but these errors were encountered: