diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index ae1677a6..9750e9be 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -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