From 7192f6a34ddd60629e1fdab4893a33de0b4c0b5d Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 21 Mar 2024 10:05:10 +0000 Subject: [PATCH] Add cargo --- .bash_profile | 1 + .bashrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bash_profile b/.bash_profile index baaaa32..f015706 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,3 +6,4 @@ if [ -f ~/.bashrc ]; then fi # User specific environment and startup programs +. "$HOME/.cargo/env" diff --git a/.bashrc b/.bashrc index 1ed1d53..6a48cb1 100644 --- a/.bashrc +++ b/.bashrc @@ -23,3 +23,4 @@ if [ -d ~/.bashrc.d ]; then done fi unset rc +. "$HOME/.cargo/env"