MichaelAquilina / zsh-autoswitch-virtualenv

🐍 ZSH plugin to automatically switch python virtualenvs (including pipenv and poetry) as you move between directories
GNU General Public License v3.0
507 stars 80 forks source link

use unique variable names for color #190

Closed partcyborg closed 1 year ago

partcyborg commented 1 year ago

Use variable names unique to this plugin for storing color/bold/normal terminal codes.

This allows the plugin to function normally in shells where these variables are used for other purposes.

MichaelAquilina commented 1 year ago

Thanks :)