mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Load ~/.cargo/env in bash if it exists
This commit is contained in:
3
dotfiles/desktop/.bashrc.d/08-cargo-env.sh
Normal file
3
dotfiles/desktop/.bashrc.d/08-cargo-env.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
if [ -f "$HOME/.cargo/env" ]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
Reference in New Issue
Block a user