Zet - Checking if env variable is set

Checking if env variable is set

test -z "$GUM_PATH" && echo "GUM_PATH not set." && exit 1

#bash