rust: remove rustup
This commit is contained in:
parent
6bb17bd0e6
commit
ca041b9a48
|
@ -16,9 +16,11 @@ in {
|
|||
if not test -f "$HOME/.ssh/id_rsa"
|
||||
echo "SSH keys not yet setup"
|
||||
end
|
||||
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
|
||||
|
||||
bind \cy 'commandline | wl-copy -n'
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
## Programming
|
||||
vscode
|
||||
rustup
|
||||
# rustup
|
||||
|
||||
docker-compose
|
||||
gnumake
|
||||
|
|
Loading…
Reference in a new issue