PATH
This commit is contained in:
8
hooks/shell/00-env.sh
Normal file
8
hooks/shell/00-env.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
murex-path-add() {
|
||||
case "${PATH}" in
|
||||
*"${1}"*);;
|
||||
*) export PATH="${1}:${PATH}"
|
||||
esac
|
||||
}
|
||||
|
||||
murex-path-add "${MUREX}/bin:${MUREX}/private/bin"
|
||||
Reference in New Issue
Block a user