Skip to content

mr-ubik/conda-zsh-completion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

conda-zsh-completion

ZSH Completion for conda (http://conda.pydata.org/)

Installation

This completion depends on Python for a json parser, sorry. Unfortunately there is no such thing in zsh (yet).

To use this completion drop it somewhere in you $fpath, e.g.:

git clone $CLONEURL
fpath+=$PWD/conda-zsh-completion
compinit conda

To activate the completion cache for packages, add the following to your

zstyle ':completion::complete:*' use-cache 1

To forcefully clean the completion cache, look in ~/.zcompcache and remove file starting with conda_.

When developing, you can use the following to reload the completion after having modified it: $ unfunction _conda && autoload -U _conda Please report any issues at: https://github.com/esc/conda-zsh-completion/issues

About

zsh plugin adding tab-completion for the conda package manager.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%