Merge pull request #23 from vmiheer/master

Enable loading as zsh custom plugin
This commit is contained in:
Valentin Haenel
2019-09-18 23:06:57 +02:00
committed by GitHub
2 changed files with 21 additions and 0 deletions

View File

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

View File

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