without ticks, zsh expands ... to ../.. for some strange reasons
This commit is contained in:
parent
b02bbc77d8
commit
0d1dfc153e
|
@ -41,7 +41,7 @@ if [ ! -z "$PS1" ]; then
|
||||||
echo Max-Planck-Institut für Eisenforschung GmbH, Düsseldorf
|
echo Max-Planck-Institut für Eisenforschung GmbH, Düsseldorf
|
||||||
echo https://damask.mpie.de
|
echo https://damask.mpie.de
|
||||||
echo
|
echo
|
||||||
echo Using environment with ...
|
echo "Using environment with ..."
|
||||||
echo "DAMASK $DAMASK_ROOT"
|
echo "DAMASK $DAMASK_ROOT"
|
||||||
echo "Spectral Solver $SOLVER"
|
echo "Spectral Solver $SOLVER"
|
||||||
echo "Post Processing $PROCESSING"
|
echo "Post Processing $PROCESSING"
|
||||||
|
|
Loading…
Reference in New Issue