Skip to content

Instantly share code, notes, and snippets.

@windoze
Created July 17, 2024 06:46
Show Gist options
  • Save windoze/9f320da60c4a972c34a19429a9e3f416 to your computer and use it in GitHub Desktop.
Save windoze/9f320da60c4a972c34a19429a9e3f416 to your computer and use it in GitHub Desktop.
Disable Conda active env in shell prompt, could be useful when you're using other tool to show env name, e.g. starship
conda config --set changeps1 false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment