From 34d93d7b3ee771a10eaa99bd0065a432c7bc065d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 Sep 2025 22:29:55 +0530 Subject: added .cargo/bin to PATH --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 5f7f323..6138add 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,6 +11,7 @@ export PAGER="bat" export PATH=$HOME/.scripts:$PATH export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.config/emacs/bin:$PATH +export PATH=$HOME/.cargo/bin:$PATH export PATH=/usr/local/bin:$PATH -- cgit v1.2.3