You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
conda-zsh-completion/_conda
Line 30 in 382d840
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 youroh-my-zsh
is blank slate) should look like this:The text was updated successfully, but these errors were encountered: