mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
4 lines
139 B
Fish
4 lines
139 B
Fish
|
function _tide_item_node
|
||
|
test -e package.json && _tide_print_item node $tide_node_icon' ' (node --version | string trim --chars=v)
|
||
|
end
|