aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-09-10 22:29:55 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-09-10 22:29:55 +0530
commit34d93d7b3ee771a10eaa99bd0065a432c7bc065d (patch)
tree5386fb7195ebd26cde12d32ef298abe75d403179
parent8c5104f567908a81d92548edd280e43deb6aff3e (diff)
added .cargo/bin to PATH
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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