From 2546be643c13c4cbefb0bede1dde45d17661ddc6 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 12 Jun 2022 07:27:30 -0700 Subject: [PATCH] Cargo env in .profile --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 8b62ee0..85494fb 100644 --- a/.profile +++ b/.profile @@ -24,4 +24,4 @@ fi # added by Anaconda3 2.4.1 installer export PATH="/Users/doty/anaconda/bin:$PATH" -source "$HOME/.cargo/env" +. "$HOME/.cargo/env"