caiogondim / bullet-train.zsh

:bullettrain_side: An oh-my-zsh shell theme based on the Powerline Vim plugin
MIT License
2.82k stars 382 forks source link

Support for Guix environments and profiles #336

Closed falloutphil closed 1 year ago

falloutphil commented 3 years ago

Adding basic powerline support for Guix environments and profiles. It can handle stacking of profiles and environments, and can keep track of multiple profiles and/or environments.

Guix is the GNU Project's Operating System / Package Manager / Environment: https://guix.gnu.org/

It's a little bit like Python pip and virtual environment setup on steroids (although this is a very limited analogy).

falloutphil commented 1 year ago

Found some bugs when using across multiple console sessions - will fix before resubmitting PR.