mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-09 07:54:25 +08:00
fix: Change plugin name
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# conda
|
||||
# conda-env
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user