* Converted chruby to generic ruby
* Attempt at tests
* Only show the Ruby version if current directory has .rb files
* Only show the Ruby version if current directory has .rb files
* Revert "Only show the Ruby version if current directory has .rb files"
This reverts commit 136b02c1fd.
* Refactor
* Removed .tool-versions
* Sort configs
* Sort icons
* Remove pending changes
* Sort for remove_unusable_items
---------
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>
* Update rm to /bin/rm in tests
* Fix check regex in time item test
* Revert "Fix check regex in time item test"
This reverts commit edb871f8ba.
* Update /bin/rm to command rm in tests
* 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>
* Add Terraform item
* Do not show default workspace in Terraform prompt
* Add terraform to tide_right_prompt_items
* Add terraform to _tide_remove_unusable_items
* Fix test, use read, format
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>