consistent naming

This commit is contained in:
Martin Diehl 2017-05-24 06:31:58 +02:00
parent 4c0b2e8598
commit 2f3c0ec0c6
2 changed files with 2 additions and 2 deletions

2
env/DAMASK.sh vendored
View File

@ -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() {

2
env/DAMASK.zsh vendored
View File

@ -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() {