diff --git a/za-rust-atclone-handler b/za-rust-atclone-handler index 23d67d2..09bb424 100644 --- a/za-rust-atclone-handler +++ b/za-rust-atclone-handler @@ -82,17 +82,19 @@ if (( ${+ICE[rustup]} )) { if (( !OPTS[opt_-q,--quiet] )) { print -P -- "%F{38}rust annex: %F{154}Running the rustup installer...%f" bin/rustup-init \ - -y \ - --no-modify-path \ - --profile minimal \ --default-toolchain nightly \ + -y \ --component cargo clippy rust-std rust-fmt rustc \ + --default-toolchain nightly \ + --profile minimal \ |& command egrep '(installing|installed)' } else { bin/rustup-init \ + --default-toolchain nightly \ -y \ - --no-modify-path \ --component cargo clippy rust-std rust-fmt rustc \ + --default-toolchain nightly \ + --profile minimal \ &> /dev/null } ) || \