tide/functions/_tide_item_rustc.fish

4 lines
139 B
Fish
Raw Normal View History

2021-04-25 04:01:02 +03:00
function _tide_item_rustc
test -e Cargo.toml && _tide_print_item rustc $tide_rustc_icon' ' (rustc --version | string split ' ')[2]
2021-04-25 04:01:02 +03:00
end