From 904bca405c13a8bc47ff8382d072da3fac41aa2d Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Wed, 6 Oct 2021 13:25:31 -0400 Subject: [PATCH] Switch cargo setup. --- .bash_profile | 2 +- .zprofile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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"