1
0
Fork 0

Add cargo

This commit is contained in:
Nexus 2024-03-21 10:05:10 +00:00
parent dca041c447
commit 7192f6a34d
Signed by: nex
GPG key ID: 0FA334385D0B689F
2 changed files with 2 additions and 0 deletions

View file

@ -6,3 +6,4 @@ if [ -f ~/.bashrc ]; then
fi fi
# User specific environment and startup programs # User specific environment and startup programs
. "$HOME/.cargo/env"

View file

@ -23,3 +23,4 @@ if [ -d ~/.bashrc.d ]; then
done done
fi fi
unset rc unset rc
. "$HOME/.cargo/env"