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

Clarity for implementing for oh-my-zsh users #44

Open
jesshart opened this issue Jul 29, 2022 · 4 comments
Open

Clarity for implementing for oh-my-zsh users #44

jesshart opened this issue Jul 29, 2022 · 4 comments

Comments

@jesshart
Copy link

jesshart commented Jul 29, 2022

# And add lines in `.zshrc`

It may be my thick skull, but I found this bit confusing. For clarity, if you are using oh-my-zsh then your implementation (assuming your oh-my-zsh is blank slate) should look like this:

# ~/.zshrc

# Add the plug in next to git.
plugins=(git conda-zsh-completion)

# Don't change this line.
source $ZSH/oh-my-zsh.sh

# Auto load after sourcing oh-my-zsh.sh.
autoload -U compinit && compinit
@esc
Copy link
Contributor

esc commented Jul 29, 2022

@jesshart pull-requests welcome, if you feel the documentation could be improved, please do submit one.

@jesshart
Copy link
Author

@esc do you think an edit to the conda-zsh-completion/_conda is preferred or am I ok to create a README.md with details there?

@esc
Copy link
Contributor

esc commented Jul 31, 2022

@esc do you think an edit to the conda-zsh-completion/_conda is preferred or am I ok to create a README.md with details there?

An edit of _conda is preferred.

@esc
Copy link
Contributor

esc commented Feb 27, 2024

@jesshart any updates here?

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