mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -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 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
|
||||
conda config --set changeps1 False
|
||||
|
|
Loading…
Reference in a new issue