docs(faq): clarify command position

relates to #2959
This commit is contained in:
Jan De Dobbeleer 2022-10-18 10:51:57 +02:00 committed by Jan De Dobbeleer
parent dd5bc77576
commit 130f890b1f

View file

@ -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