From 3913586f678437d6de80bc96c8eea0e1e69a51ac Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 5 Jul 2023 17:05:39 -0300 Subject: Updated tide --- .config/fish/functions/_tide_remove_unusable_items.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/fish/functions/_tide_remove_unusable_items.fish') diff --git a/.config/fish/functions/_tide_remove_unusable_items.fish b/.config/fish/functions/_tide_remove_unusable_items.fish index 69065dc8..f1111cba 100644 --- a/.config/fish/functions/_tide_remove_unusable_items.fish +++ b/.config/fish/functions/_tide_remove_unusable_items.fish @@ -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 docker git go java kubectl nix_shell node php rustc terraform toolbox virtual_env + for item in aws chruby crystal docker git go java kubectl nix_shell node php rustc terraform toolbox virtual_env set -l cli_names $item switch $item case virtual_env -- cgit v1.2.3