Ensure plugin is correctly loaded by oh-my-zsh

As we can see [here](40df67bc3b/oh-my-zsh.sh (L86)), the directory name of the plugin must match the plugin name for oh-my-zsh to  correctly load the plugin. This PR updates the doc in `_conda` to reflect this.
This commit is contained in:
Veltin Dupont
2019-10-24 14:46:24 +02:00
committed by GitHub
parent 9578bb0237
commit 5131e44e7c

2
_conda
View File

@@ -25,7 +25,7 @@
# just add it to your $fpath before calling the OMZ or Prezto initialization
# functions. For example:
#
# git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
# git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/conda-zsh-completion
#
# And add lines in `.zshrc`
# plugins=(… conda-zsh-completion)