home-config/fish/functions/_tide_item_elixir.fish

49288569e3b246135b034acf2c23cc276c0b7204 · 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