autoremove elixir item

This commit is contained in:
Ilan Cosman 2023-03-25 12:33:02 -07:00
parent c6a1c8e89e
commit 6e4739afd4

View File

@ -1,7 +1,7 @@
function _tide_remove_unusable_items
# Remove tool-specific items for tools the machine doesn't have installed
set -l removed_items
for item in aws chruby crystal distrobox docker git go java kubectl nix_shell node php pulumi rustc terraform toolbox virtual_env
for item in aws chruby crystal distrobox docker elixir git go java kubectl nix_shell node php pulumi rustc terraform toolbox virtual_env
set -l cli_names $item
switch $item
case distrobox # there is no 'distrobox' command inside the container