fix
This commit is contained in:
parent
d254ac027e
commit
dd42271f78
@ -56,7 +56,7 @@ if [ -d "$HOME/.asdf" ] ; then
|
|||||||
. "$HOME/.asdf/asdf.sh"
|
. "$HOME/.asdf/asdf.sh"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(which go)" != "" ] ; then
|
if type go &> /dev/null ; then
|
||||||
export PATH="$PATH:$(go env GOPATH)/bin"
|
export PATH="$PATH:$(go env GOPATH)/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user