mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 17:36:10 -05:00
6 lines
191 B
Fish
6 lines
191 B
Fish
function _tide_item_zig
|
|
if path is $_tide_parent_dirs/build.zig
|
|
zig version | string match -qr "(?<v>[\d.]+(-dev)?)"
|
|
_tide_print_item zig $tide_zig_icon' ' $v
|
|
end
|
|
end
|