mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 12:03:48 +03:00
c6a1c8e89e
* Add an Elixir prompt Item * Add item to list, update color, add to 16_color configs --------- Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
5 lines
151 B
Fish
5 lines
151 B
Fish
function _tide_item_elixir
|
|
path is $_tide_parent_dirs/mix.exs &&
|
|
_tide_print_item elixir $tide_elixir_icon' ' (elixir --short-version)
|
|
end
|