aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authorAlec Goncharow <Alec.Goncharow@gmail.com>2018-08-04 17:51:10 -0400
committerAlec Goncharow <Alec.Goncharow@gmail.com>2018-08-04 17:51:10 -0400
commit9dd53a5f3c4c2a4d91950596380a57e6f11cf2da (patch)
treed9994f00ff262ce2e0f1c0534fb94c97e53c045e /.bash_profile
parent55d31a410a097401a51f78bd65d9dc3c9265037b (diff)
added rust config stuff
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 5545f00..ae4555c 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -3,3 +3,5 @@
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
+
+export PATH="$HOME/.cargo/bin:$PATH"