From be333e9d494c753250903b94676d9a19d5b0c6ed Mon Sep 17 00:00:00 2001 From: Michel Belleville Date: Tue, 3 Sep 2024 16:29:28 +0200 Subject: [PATCH] fixing the `--short-version` glitches --- functions/_tide_item_elixir.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/_tide_item_elixir.fish b/functions/_tide_item_elixir.fish index fa9d36af..b9e8e0f7 100644 --- a/functions/_tide_item_elixir.fish +++ b/functions/_tide_item_elixir.fish @@ -1,4 +1,4 @@ function _tide_item_elixir path is $_tide_parent_dirs/mix.exs && - _tide_print_item elixir $tide_elixir_icon' ' (elixir --short-version) + _tide_print_item elixir $tide_elixir_icon' ' (elixir --short-version 2> /dev/null) end