mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-09 21:41:41 +03:00
4 lines
126 B
Fish
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
|