diff --git a/.bash_profile b/.bash_profile index baaaa32..f015706 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,3 +6,4 @@ if [ -f ~/.bashrc ]; then fi # User specific environment and startup programs +. "$HOME/.cargo/env" diff --git a/.bashrc b/.bashrc index 1ed1d53..6a48cb1 100644 --- a/.bashrc +++ b/.bashrc @@ -23,3 +23,4 @@ if [ -d ~/.bashrc.d ]; then done fi unset rc +. "$HOME/.cargo/env"