Définition de la path pour cargo différente (ancienne version de fish)
This commit is contained in:
parent
dee41e8330
commit
0c32f60891
1 changed files with 1 additions and 1 deletions
2
wsl.sh
2
wsl.sh
|
@ -112,7 +112,7 @@ then
|
||||||
# == Rust ==
|
# == Rust ==
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source "$HOME"/.cargo/env
|
source "$HOME"/.cargo/env
|
||||||
fish -c "fish_add_path $HOME/.cargo/bin"
|
fish -c "set -Up fish_user_paths ~/.cargo/bin"
|
||||||
# Dev tools
|
# Dev tools
|
||||||
rustup component add rust-analysis
|
rustup component add rust-analysis
|
||||||
rustup component add rls
|
rustup component add rls
|
||||||
|
|
Loading…
Reference in a new issue