murex-path-add() { case "${PATH}" in *"${1}"*);; *) export PATH="${1}:${PATH}" esac } murex-path-add "${MUREX}/bin:${MUREX}/private/bin"