From 6e6d45d8b722cee25c097e27f24ccf0f78200a8b Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 13 Sep 2023 20:53:24 -0700 Subject: [PATCH] Sort for remove_unusable_items --- functions/_tide_remove_unusable_items.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_tide_remove_unusable_items.fish b/functions/_tide_remove_unusable_items.fish index 151d3ccb..2ca028c6 100644 --- a/functions/_tide_remove_unusable_items.fish +++ b/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 ruby crystal direnv distrobox docker elixir gcloud git go java kubectl nix_shell node php pulumi rustc terraform toolbox virtual_env + for item in aws crystal direnv distrobox docker elixir gcloud git go java kubectl nix_shell node php pulumi ruby rustc terraform toolbox virtual_env contains $item $tide_left_prompt_items $tide_right_prompt_items || continue set -l cli_names $item