diff --git a/.zprofile b/.zprofile index aed1375..5b84201 100644 --- a/.zprofile +++ b/.zprofile @@ -35,7 +35,7 @@ if [ -d "$HOME/.local/bin" ] ; then fi # set PATH so it includes user's .cargo/bin -if [ -d "$HOME/.local/bin" ] ; then +if [ -d "$HOME/.cargo/bin" ] ; then PATH="$HOME/.cargo/bin:$PATH" fi