Pro tip: If you use @ohmyzsh #python plugin, AND use https://starship.rs/ for prompt decorations, AND set `PYTHON_AUTO_VRUN=true` to automatically activate a virtualenv when you enter a directory, you may see your starship prompt lose it's style when navigating away in certain circumstances.
The fix is to tell the python plugin to leave the prompt alone since starship will handle it with:
`VIRTUAL_ENV_DISABLE_PROMPT=1`
in your .zshrc
