summaryrefslogtreecommitdiff
path: root/.config/fish/functions/_tide_item_go.fish
blob: 304acc52f24c4d1cffc2cc027d53b0dbfcc6900b (plain)
1
2
3
function _tide_item_go
    test -e go.mod && _tide_print_item go $tide_go_icon' ' (go version | string match -r "[\d.]+")
end