Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to load https://github.com/zimfw/archive? #130

Open
scalp42 opened this issue Sep 30, 2020 · 1 comment
Open

How to load https://github.com/zimfw/archive? #130

scalp42 opened this issue Sep 30, 2020 · 1 comment

Comments

@scalp42
Copy link

scalp42 commented Sep 30, 2020

Hi folks,

I'm trying to load https://github.com/zimfw/archive functions.

zgen load zimfw/archive functions
``

It does seem to make into `fpath` but I can't get it to work:

16:20:26 | echo $FPATH
/Users/scalp/.zgen/zimfw/archive-master/functions:/Users/scalp/.zgen/robbyrussell/oh-my-zsh-master/plugins/cp


Am I missing something? Thanks in advance 🙏 
@scalp42 scalp42 changed the title How to https://github.com/zimfw/archive? How to load https://github.com/zimfw/archive? Sep 30, 2020
@jandamm
Copy link

jandamm commented Oct 7, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants