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

bug(setup-macos): zsh-completions should not be added as a zsh plugin #26

Open
eliflores opened this issue Feb 9, 2024 · 0 comments
Open

Comments

@eliflores
Copy link
Collaborator

zsh-completions is being added a zsh plugin here; the instructions of the zsh-completions plugin say that this should not be done (see zsh-users/zsh-completions#603).

Instead:

  • Add it to FPATH in your .zshrc by adding the following line before source "$ZSH/oh-my-zsh.sh":

      fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant