From 8e717c23b2eace9e8637705bee3d55d54343b289 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 21 Dec 2017 18:15:57 -0800 Subject: [PATCH] Add gobin to path --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 991ede0..7ada457 100644 --- a/profile +++ b/profile @@ -24,6 +24,7 @@ fi which go &> /dev/null if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then export GOPATH="$DEVPATH/go" + export PATH="$GOPATH/bin:$PATH" fi function passgen () {