Fix ~/.profile

main
trivernis 9 months ago
parent 77ce3f1292
commit 2c68e881c1
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 7E6D18B61C8D2F4B

@ -15,7 +15,10 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
. "$HOME/.cargo/env"
if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi
# Nix

Loading…
Cancel
Save