1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

bashrc: source cargo (rust) env file.

This commit is contained in:
Henrik Hautakoski 2024-08-25 16:07:48 +02:00
parent d0b432878d
commit 9fef9ff39a

1
bashrc
View file

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