Files
conda-zsh-completion/README.rst
2019-09-09 15:14:50 -06:00

26 lines
623 B
ReStructuredText

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.
:License: |license|
.. |license| image:: http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png
:target: http://www.wtfpl.net/