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