mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-09 21:41:41 +03:00
4f1002c3df
* add node * Use string trim instead Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
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
|