tide/functions/_tide_item_java.fish

4 lines
140 B
Fish
Raw Normal View History

2022-01-06 15:59:37 +03:00
function _tide_item_java
2022-05-16 17:56:57 +03:00
test -e pom.xml && _tide_print_item java $tide_java_icon' ' (java -version &| string match -r "[\d.]+")[1]
2022-01-06 15:59:37 +03:00
end