tide icon indicating copy to clipboard operation
tide copied to clipboard

Update _tide_item_rustc.fish

Open road2react opened this issue 10 months ago • 2 comments

Fixes #444 by using rustup show active-toolchain instead of running rustc, which is downloaded on-demand.

road2react avatar Mar 30 '25 04:03 road2react

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)

ErrorNoInternet avatar Apr 16 '25 06:04 ErrorNoInternet

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

a5ehren avatar Apr 30 '25 16:04 a5ehren