summaryrefslogtreecommitdiff
path: root/.config/fish/functions/_tide_remove_unusable_items.fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-07-05 17:05:39 -0300
committerRoger Gonzalez <roger@rogs.me>2023-07-05 17:05:39 -0300
commit3913586f678437d6de80bc96c8eea0e1e69a51ac (patch)
tree1d15289894a456229dc7416863b1ad530f467c43 /.config/fish/functions/_tide_remove_unusable_items.fish
parentac3630acff3a49da55913f4e66d0af4aacdebec8 (diff)
Updated tide
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