consistent naming
This commit is contained in:
parent
4c0b2e8598
commit
2f3c0ec0c6
|
@ -16,7 +16,7 @@ if [ ${BASH_SOURCE##*/} == "DAMASK.sh" ]; then
|
|||
fi
|
||||
|
||||
# shorthand command to change to DAMASK_ROOT directory
|
||||
eval "function damask() { cd $DAMASK_ROOT; }"
|
||||
eval "function DAMASK_root() { cd $DAMASK_ROOT; }"
|
||||
|
||||
# defining set() allows to source the same file for tcsh and bash, with and without space around =
|
||||
set() {
|
||||
|
|
|
@ -9,7 +9,7 @@ else
|
|||
fi
|
||||
|
||||
# shorthand command to change to DAMASK_ROOT directory
|
||||
eval "function damask() { cd $DAMASK_ROOT; }"
|
||||
eval "function DAMASK_root() { cd $DAMASK_ROOT; }"
|
||||
|
||||
# defining set() allows to source the same file for tcsh and zsh, with and without space around =
|
||||
set() {
|
||||
|
|
Loading…
Reference in New Issue