From eb6600751d8cb8d2a1d1deb7e7c42c48a0c55437 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 17 Jul 2026 12:46:17 -0400 Subject: [PATCH] rust --- .bashrc | 4 ++++ .profile | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 05a5172..546c4f9 100644 --- a/.bashrc +++ b/.bashrc @@ -77,3 +77,7 @@ fi if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi + +if [ -f "$HOME/.cargo/env" ]; then + . "$HOME/.cargo/env" +fi diff --git a/.profile b/.profile index 2ec53dc..92be111 100644 --- a/.profile +++ b/.profile @@ -19,4 +19,6 @@ fi # set PATH so it includes user's private bin directories PATH="$HOME/bin:$HOME/.local/bin:$PATH" -export PATH="$HOME/.cargo/bin:$PATH" +#if [ -f "$HOME/.cargo/env" ]; then +# . "$HOME/.cargo/env" +#fi