mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
fix: Change plugin name
This commit is contained in:
parent
2b1bd03705
commit
4690cebd04
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue