home-config/fish/functions/_tide_item_elixir.fish

4b0f0837a7d25e3b84dc3d75f8c51866ac2fcf14 · 151 B · 4 lines raw

1 function _tide_item_elixir
2 path is $_tide_parent_dirs/mix.exs &&
3 _tide_print_item elixir $tide_elixir_icon' ' (elixir --short-version)
4 end