mirror of
https://github.com/conda-incubator/conda-zsh-completion.git
synced 2026-03-04 06:14:59 +08:00
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:
2
_conda
2
_conda
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user