From 2f3c0ec0c6860caff6acc3ed220d2b03a9a15782 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 24 May 2017 06:31:58 +0200 Subject: [PATCH] consistent naming --- env/DAMASK.sh | 2 +- env/DAMASK.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env/DAMASK.sh b/env/DAMASK.sh index 2674505f7..3e9889fec 100644 --- a/env/DAMASK.sh +++ b/env/DAMASK.sh @@ -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() { diff --git a/env/DAMASK.zsh b/env/DAMASK.zsh index e4a371db4..c662e6aee 100644 --- a/env/DAMASK.zsh +++ b/env/DAMASK.zsh @@ -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() {