From e419c1fc6762a33840e5aae88ac885dc40ab92cb Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 17 Dec 2013 10:56:45 -0800 Subject: [PATCH] Add Go bin dir to PATH --- bash/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/environment b/bash/environment index d1d952d..5ef76ed 100644 --- a/bash/environment +++ b/bash/environment @@ -39,6 +39,7 @@ function _add-path { fi } +_add-path /usr/local/go/bin _add-path ~/opt/go/bin _add-path /usr/local/go/bin _add-path /var/lib/gems/1.8/bin