fix: Change plugin name

This commit is contained in:
Jeonguk Choi 2022-04-05 16:37:14 +09:00
commit 4690cebd04
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
# conda # conda-env
The plugin displays information of the created virtual container of conda and allows background theming. 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: To use it, add `conda-env` to the plugins array of your zshrc file:
``` ```
plugins=(... conda) plugins=(... conda-env)
``` ```
The plugin creates a `conda_prompt_info` function that you can use in your The plugin creates a `conda_prompt_info` function that you can use in your