tide/functions/_tide_item_go.fish
Ilan Cosman 8b4201cbdf Add go item (#174)
Co-authored-by: Dr. Stephan Heuer <dshr153@gmail.com>
2021-07-14 09:10:09 -07:00

4 lines
131 B
Fish

function _tide_item_go
test -e go.mod && _tide_print_item go $tide_go_icon' ' (go version | string match --regex "[\d.]+")
end