From 6e21c776b516086d28dad5ef6f10403f21c53ae4 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 30 Sep 2016 22:50:20 -0700 Subject: [PATCH] Add ~/.cargo/bin to path if exists --- bash/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/environment b/bash/environment index 8b5c24f..b6d6b2b 100644 --- a/bash/environment +++ b/bash/environment @@ -41,6 +41,7 @@ function _add-path { fi } +_add-path ~/.cargo/bin _add-path ~/opt/go/bin _add-path /var/lib/gems/1.8/bin _add-path /Library/Frameworks/Python.framework/Versions/2.7/bin