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

Unable to find plugin for. zshrc configuration #760

Open
V-zhangyunxiang opened this issue Sep 13, 2023 · 0 comments
Open

Unable to find plugin for. zshrc configuration #760

V-zhangyunxiang opened this issue Sep 13, 2023 · 0 comments

Comments

@V-zhangyunxiang
Copy link

V-zhangyunxiang commented Sep 13, 2023

I installed zsh autosuggestions through brew, but after executing source~/. zshrc, I was prompted [oh-my-zsh] plugin 'zsh-autosuggestions' not found,Then I moved the zsh autosuggestions in the brew directory to the~/. oh my zsh/custom/plugins/path and executed source~/. zshrc again, but it still did not work

~ source ~/.zshrc
/Users/myName/.zshrc:source:74: no such file or directory: /Users/myName/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
/Users/myName/.zshrc:source:75: no such file or directory: /Users/myName/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
[oh-my-zsh] plugin 'zsh-autosuggestions' not found
[oh-my-zsh] plugin 'zsh-syntax-highlighting' not found

.zshrc config
plugins=(brew git zsh-autosuggestions zsh-syntax-highlighting)
source ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZSH/oh-my-zsh.sh

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

No branches or pull requests

1 participant