Valentin Haenel 285e54c685 Merge pull request #23 from vmiheer/master
Enable loading as zsh custom plugin
2019-09-18 23:06:57 +02:00
2019-04-23 10:50:20 -04:00
2019-09-09 15:23:40 -06:00

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|

.. |license| image:: http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png
        :target: http://www.wtfpl.net/
Description
zsh completion for conda
Readme 267 KiB
Languages
Shell 100%