tide/functions/_tide_item_go.fish
2021-10-31 13:44:16 -07:00

4 lines
126 B
Fish

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