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

Plugin Not Found #7699

Closed
Gerst20051 opened this issue Mar 25, 2019 · 4 comments
Closed

Plugin Not Found #7699

Gerst20051 opened this issue Mar 25, 2019 · 4 comments
Labels
Support Request for support

Comments

@Gerst20051
Copy link

Gerst20051 commented Mar 25, 2019

I must be missing something about how zsh plugins work.

I have the following plugins enabled:

plugins=(aws, git, gradle, npm, pip, yarn)

All of them show up in the ~/.oh-my-zsh/plugins folder.

All of them are part of the bundled plugins but only yarn isn't throwing a not found warning.

https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins

This is what I see when I open up the terminal:

Warning: plugin aws, not found
Warning: plugin git, not found
Warning: plugin gradle, not found
Warning: plugin npm, not found
Warning: plugin pip, not found

Any insight would be great! Thanks!

@mcornella
Copy link
Member

mcornella commented Mar 25, 2019

The zsh arrays don't use commas to separate entries, just use spaces.

@mcornella mcornella added the Support Request for support label Mar 25, 2019
@Gerst20051
Copy link
Author

Thanks, @mcornella I see what's happening now!

@betzerra
Copy link

That worked! Thanks @mcornella
That being said, this is quite strange... my ~/.zshrc was working perfectly until last update. 😱

@mcornella
Copy link
Member

It wasn't working correctly, you just didn't know it. We only added the warning so that you can know it from now on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Request for support
Projects
None yet
Development

No branches or pull requests

3 participants