devops-works / binenv

One binary to rule them all. Manage all those pesky binaries (kubectl, helm, terraform, ...) easily.
MIT License
372 stars 44 forks source link

Respecting XDG vars correctly #242

Closed axgkl closed 1 year ago

axgkl commented 1 year ago

distributions: XDG_CONFIG_HOME + '/binenv/' cache: XDG_CACHE_HOME + '/binenv/'

🧨 this might break tools relying on the old places!

Fixes #241

leucos commented 1 year ago

Many thanks @AXGKl , that's great.

leucos commented 1 year ago

landing in v0.19.10