From 39591c4f4caad94a5f742e857734d14b6a515df4 Mon Sep 17 00:00:00 2001 From: Kaholaz Date: Thu, 9 Feb 2023 15:55:27 +0100 Subject: [PATCH] Add cargo env to .profile --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index f643155..134d9c7 100644 --- a/.profile +++ b/.profile @@ -8,3 +8,4 @@ if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi +. "$HOME/.cargo/env"