# Only allow unique entries in the PATH variable typeset -U path # Easier to read PATH variable modification: path+=( "${JAVA_HOME}/bin" "${GOPATH}/bin" )