Add gobin to path
This commit is contained in:
parent
5cbc4e8661
commit
8e717c23b2
1
profile
1
profile
@ -24,6 +24,7 @@ fi
|
|||||||
which go &> /dev/null
|
which go &> /dev/null
|
||||||
if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then
|
if (( !$? )) && [[ -d "$DEVPATH/go" ]]; then
|
||||||
export GOPATH="$DEVPATH/go"
|
export GOPATH="$DEVPATH/go"
|
||||||
|
export PATH="$GOPATH/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function passgen () {
|
function passgen () {
|
||||||
|
Loading…
Reference in New Issue
Block a user