nice also for zsh users

This commit is contained in:
Martin Diehl 2017-01-25 07:56:26 +01:00
parent 71347bfd2f
commit 0319a5ee5d
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
DAMASK_ROOT=${0:a:h}
# shorthand command to change to DAMASK_ROOT directory
eval "function damask() { cd $DAMASK_ROOT; }"
# defining set() allows to source the same file for tcsh and zsh, with and without space around =
set() {
export $1$2$3