summaryrefslogtreecommitdiff
path: root/.config/fish/functions/_tide_item_node.fish
blob: 90a929b0391dc3fee34d4a6d9dab62cc9a500d33 (plain)
1
2
3
function _tide_item_node
    test -e package.json && _tide_print_item node $tide_node_icon' ' (node --version | string trim --chars=v)
end