diff --git a/.zshrc b/.zshrc index 7baded1..5e429db 100644 --- a/.zshrc +++ b/.zshrc @@ -32,7 +32,7 @@ if [[ -z "$USER" ]]; then export USER fi -if [ $(command -v go) ] && [[ -d "$DEVPATH/go" ]]; then +if [[ $(command -v go) ]]; then export GOPATH="$DEVPATH/go" export PATH="$GOPATH/bin:$PATH" fi