ohmyzsh/plugins/conda
2022-02-11 23:40:53 +09:00
..
conda.plugin.zsh fix(conda): eliminate overlapping while using pyenv and virtualenv plugin 2022-02-11 23:40:53 +09:00
README.md add plugin for conda 2022-01-25 14:47:15 +09:00

conda

The plugin displays information of the created virtual container of conda and allows background theming.

To use it, add conda to the plugins array of your zshrc file:

plugins=(... conda)

The plugin creates a conda_prompt_info function that you can use in your theme, which displays the basename of the current $CONDA_DEFAULT_ENV. It uses two variables to control how that is shown:

  • ZSH_THEME_CONDA_PREFIX: sets the prefix of the CONDA_DEFAULT_ENV. Defaults to [.

  • ZSH_THEME_CONDA_SUFFIX: sets the suffix of the CONDA_DEFAULT_ENV. Defaults to ].