Files
dotfiles/config/fish/functions/_tide_item_bun.fish

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