minamarkham / yonce

👑 Queen Bey-inspired themes for all your favs.
http://yoncetheme.com
MIT License
333 stars 31 forks source link

Update yonce.theme.bash to display virtualenvs #11

Closed M0nica closed 3 years ago

M0nica commented 4 years ago
Screen Shot 2020-05-11 at 10 34 43 AM

I updated the script in order to indicate when a user is within a virtual environment. Virtual environments are common in Python development https://docs.python-guide.org/dev/virtualenvs/

I am not sure if it makes more sense to append direct to the ___yonce_prompt_dir() instead of creating a separate function. I am also not sure why when the function is separated it is adding additional space. I can look into further refining if this functionality is of interest.