Mise à jour de 'installRust.sh'
This commit is contained in:
parent
a69f710aae
commit
fe62f94f26
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- -y
|
|||
source $HOME/.cargo/env
|
||||
# If fish is used, adding cargo to path
|
||||
if [ -x $HOME/.config/fish ] ; then
|
||||
set -Up fish_user_paths ~/.cargo/bin
|
||||
fish -c 'set -Up fish_user_paths ~/.cargo/bin'
|
||||
fi
|
||||
# Adding dev tools
|
||||
rustup component add rust-analysis
|
||||
|
|
Reference in a new issue