* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Fix distrobox prompt support
* Simplify and format
* Fix distrobox prompt support
* Remove extraneous command
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
* Add Pulumi support
* Fix indentation issues
* Update to command rm in pulumi test
* Replace python script with sha1sum command; Update to use fish builtins
* Some changes to pulumi item
* Update pulumi item for search-up behavior
* Actually update pulumi item for search-up behavior
* Merge main
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
* Add distrobox indicator
* Display name when in distrobox container
* Add to remove_unusable_items and change colors
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
* Display toolbox name
Displays the toolbox name instead of the word toolbox.
$tide_toolbox_icon already indicates we're in a toolbox, displaying the toolbox name adds further context in multi-toolbox environments.
* Use string match and redirection
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
* Add aws item
* Minor edits to item code
* Use nerd font icon
* Fix test for new icon, add aws to list of tool items
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
* Support multiple 'default' contexts for Docker
If someone is using 'colima' instead of Docker Desktop, the default
context is 'colima'. Rather than making two tests with fixed values,
add a new configuration variable and use `contains`.
* Remove non-colour configuration from color files
* Add Android icon
* Minor code changes, change background color and icon
* I wonder if misspell is happy with quotes
* Nope, wimp out and call it dark theme
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>