tide
tide copied to clipboard
Update _tide_item_rustc.fish
Fixes #444 by using rustup show active-toolchain instead of running rustc, which is downloaded on-demand.
Wouldn't this no longer show the version? It just shows an icon for me.
$ rustup show active-toolchain
nightly-x86_64-unknown-linux-gnu (default)
Wouldn't this no longer show the version? It just shows an icon for me.
$ rustup show active-toolchain nightly-x86_64-unknown-linux-gnu (default)
Yep. I have a PR to the main fork to fix it. https://github.com/plttn/tide/pull/4