scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

feat: make the design/asset feature optional #335

Closed ghthor closed 4 months ago

ghthor commented 4 months ago

SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT=true will disable the asset management portion of the shell integration.

I don't use it, I've never used it. I know I discussed with @vise890 years ago about how to remove it so we could have a lean core for the shell & git shortcuts part of this package.

It's still on by default, but adding the environment variable will disable it, so I'm going to merge this with the longterm intention of completely splitting these 2 systems apart.