aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorTucker Evans <tucker@tuckerevans.com>2021-06-06 13:28:40 -0400
committerTucker Evans <tucker@tuckerevans.com>2021-06-06 13:28:40 -0400
commit234ec730ac952c6e8993aa06f1aa2f311edd30a6 (patch)
tree7fda20c6c40c3ac0a895d8cdc3eab7ae5d451e0b /bash/.bash_profile
parent9cf22053bb2360fbb2325dd09f27c32a4e9bc596 (diff)
Update bash configs
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 86b5194..a965a26 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -4,3 +4,5 @@
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
PATH=/sbin:$PATH
+
+export PATH="$HOME/.cargo/bin:$PATH"