dotfiles/config/fish/functions/_tide_item_bun.fish
2026-04-30 09:37:14 +02:00

6 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