mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-24 04:23:30 +03:00
4 lines
140 B
Fish
4 lines
140 B
Fish
function _tide_item_java
|
|
test -e pom.xml && _tide_print_item java $tide_java_icon' ' (java -version &| string match -r "[\d.]+")[1]
|
|
end
|