diff --git a/.bash_profile b/.bash_profile index ae4555c..a7a9ef5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,4 +4,4 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc -export PATH="$HOME/.cargo/bin:$PATH" +. "$HOME/.cargo/env" diff --git a/.zprofile b/.zprofile index 71ad6d4..8b13789 100644 --- a/.zprofile +++ b/.zprofile @@ -1,2 +1 @@ -export PATH="$HOME/.cargo/bin:$PATH"