1
0
Fork 0

Dynamically load cargo

This commit is contained in:
Nexus 2024-06-16 13:23:28 +01:00
parent 14e19844af
commit 5b28f031b5

View file

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