From 219293d9274ed37a8f5ed9409b3700b0ea0896d1 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 26 Jun 2023 13:01:29 -0500 Subject: [PATCH] Add cargo to path --- zsh/.bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.bash_profile b/zsh/.bash_profile index bef220d..f693ea5 100644 --- a/zsh/.bash_profile +++ b/zsh/.bash_profile @@ -26,3 +26,4 @@ source ~/.aliases.sh if [[ -f "$HOME/use_google" ]]; then source $HOME/.bash_profile.google fi +. "$HOME/.cargo/env"