summaryrefslogtreecommitdiff
path: root/.config/fish/functions/_tide_remove_unusable_items.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/_tide_remove_unusable_items.fish')
-rw-r--r--.config/fish/functions/_tide_remove_unusable_items.fish2
1 files changed, 1 insertions, 1 deletions
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