Enable loading as zsh custom plugin

This commit is contained in:
Miheer Vaidya
2019-09-09 15:04:11 -06:00
parent 7eeeb9a8ad
commit e58e52f8a3
2 changed files with 17 additions and 0 deletions

View File

@@ -1,6 +1,22 @@
conda-zsh-completion conda-zsh-completion
-------------------- --------------------
Installation
------------
`oh-my-zsh <http://github.com/robbyrussell/oh-my-zsh>`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```bash
git clone https://github.com/esc/conda-zsh-completion ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
```
add lines in `.zshrc`
```
plugins=(… conda-zsh-completion)
autoload -U compinit && compinit
```
Manual
~~~~~~
Please see the top of the ``_conda`` file for more info. Please see the top of the ``_conda`` file for more info.
:License: |license| :License: |license|

View File

@@ -0,0 +1 @@
fpath+="${0:h}"