This commit is contained in:
max_richter 2022-01-04 15:49:57 +01:00
parent d254ac027e
commit dd42271f78

View File

@ -56,7 +56,7 @@ if [ -d "$HOME/.asdf" ] ; then
. "$HOME/.asdf/asdf.sh"
fi
if [ "$(which go)" != "" ] ; then
if type go &> /dev/null ; then
export PATH="$PATH:$(go env GOPATH)/bin"
fi