TOOLSDIR="/opt/TundraWare/tools"
export PATH="${TOOLSDIR}/bin:${TOOLSDIR}/sbin:$PATH"
export MANPATH="${TOOLSDIR}/share/man:$MANPATH"
export INFOPATH="${TOOLSDIR}/share/info:$INFOPATH"
export XDG_DATA_DIRS="${TOOLSDIR}/share:${XDG_DATA_DIRS}"
alias brew='brew -v'