aboutsummaryrefslogtreecommitdiff
path: root/.path
diff options
context:
space:
mode:
Diffstat (limited to '.path')
-rwxr-xr-x.path4
1 files changed, 4 insertions, 0 deletions
diff --git a/.path b/.path
index 8f0ee43..0add3e8 100755
--- a/.path
+++ b/.path
@@ -13,3 +13,7 @@ if command -v gem &> /dev/null; then
export GEM_HOME="$(gem env user_gemhome)"
export PATH="$PATH:$GEM_HOME/bin"
fi
+
+if command -v cargo &> /dev/null; then
+ export PATH="$PATH:$HOME/.cargo/bin"
+fi