rust: remove rustup

This commit is contained in:
Leonardo Eugênio 2023-04-24 12:16:47 -03:00
parent 6bb17bd0e6
commit ca041b9a48
2 changed files with 5 additions and 3 deletions

View file

@ -16,8 +16,10 @@ in {
if not test -f "$HOME/.ssh/id_rsa"
echo "SSH keys not yet setup"
end
if not command -qs rustc; or not rustc --version &> /dev/null
rustup default stable &>/dev/null &
if command -qs rustup &> /dev/null
if not command -qs rustc; or not rustc --version &> /dev/null
rustup default stable &>/dev/null &
end
end
set_color normal

View file

@ -102,7 +102,7 @@
## Programming
vscode
rustup
# rustup
docker-compose
gnumake