Fix fish and rust behaviour

This commit is contained in:
Mylloon 2022-03-31 00:09:56 +02:00
parent dcde4fa501
commit 5f6e57129d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -141,8 +141,9 @@ then
git config --global commit.gpgsign true
# == Rust ==
curl https://sh.rustup.rs -sSf | sh -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME"/.cargo/env
fish -c "fish_add_path $HOME/.cargo/bin"
# Dev tools
rustup component add rust-analysis
rustup component add rls