Merge pull request #25 from nitlev/patch-1

Ensure plugin is correctly loaded by oh-my-zsh
This commit is contained in:
Valentin Haenel
2019-10-24 16:33:01 +02:00
committed by GitHub

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)