summaryrefslogtreecommitdiff
path: root/.config/fish/functions/_tide_item_node.fish
blob: 058805109f1cb35448b13a60cbc1dfdc7e7dc5be (plain)
1
2
3
4
function _tide_item_node
    path is $_tide_parent_dirs/package.json &&
        _tide_print_item node $tide_node_icon' ' (node --version | string trim --chars=v)
end