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 () {