Définition de la path pour cargo différente (ancienne version de fish)

This commit is contained in:
Mylloon 2022-03-31 00:20:02 +02:00
parent dee41e8330
commit 0c32f60891
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
wsl.sh
View file

@ -112,7 +112,7 @@ then
# == Rust ==
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"
fish -c "set -Up fish_user_paths ~/.cargo/bin"
# Dev tools
rustup component add rust-analysis
rustup component add rls