Modernizes rust script and renames from cargo.sh to rust.sh.

This commit is contained in:
2026-09-07 17:44:05 -07:00
parent fcfeee44cb
commit 308484c7a2
2 changed files with 75 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
if [ -f "$HOME/.cargo/env" ]; then
# For sh/bash/zsh/ash/dash/pdksh
source "$HOME/.cargo/env"
fi