mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
dd5bc77576
commit
130f890b1f
|
@ -96,7 +96,8 @@ one at [VIM][vim-wt].
|
||||||
### Conda: environment name displayed in front of the prompt
|
### Conda: environment name displayed in front of the prompt
|
||||||
|
|
||||||
Conda will automatically prepend the prompt with the name of the environment you're in.
|
Conda will automatically prepend the prompt with the name of the environment you're in.
|
||||||
To solely rely on Oh My Posh to set the prompt, you can configure the following setting to hide it:
|
To solely rely on Oh My Posh to set the prompt, you can configure the following setting to hide it.
|
||||||
|
Make sure to add this **before** initializing Oh My Posh.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
conda config --set changeps1 False
|
conda config --set changeps1 False
|
||||||
|
|
Loading…
Reference in a new issue