Files
my-fish-config/functions/_tide_item_bun.fish
2025-08-08 13:09:49 +02:00

7 lines
182 B
Fish

function _tide_item_bun
if path is $_tide_parent_dirs/bun.lockb
bun --version | string match -qr "(?<v>.*)"
_tide_print_item bun $tide_bun_icon' ' $v
end
end