Bash-it / bash-it

A community Bash framework.
MIT License
14.14k stars 2.29k forks source link

Support conda environement for bira theme #2256

Open tbhaxor opened 3 weeks ago

tbhaxor commented 3 weeks ago

Description

Support for the showing the conda environment for the bira theme. This will prioritise the virtualenv prompt.

Motivation and Context

I usually got confused whether conda is activated or not, then found that it is in fact activated but theme doesn't handle CONDA_DEFAULT_ENV variable.

How Has This Been Tested?

Locally, sourcing the new script with new changes and activating the environment

Screenshots (if appropriate):

image

Types of changes

Checklist:

tbhaxor commented 3 weeks ago

Hey @NoahGorny long time no see. Can we merge this?