From 0b13c6b8bfdbe877c926809c68a77e14ba243ccf Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 12 Sep 2022 11:07:01 -0500 Subject: [PATCH] add cargo env if we have it --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 298b08a..b4a631a 100644 --- a/.bashrc +++ b/.bashrc @@ -88,5 +88,5 @@ if [ -d /usr/local/go ]; then fi if [ -f "$HOME/.cargo/env" ]; then - . "$HOME/.cargo/env" + source "$HOME/.cargo/env" fi