Skip to content

Make setup script zsh compatible

Paul Jean Schutze requested to merge pschutze/allpix-squared:setup_zsh into master

Since most of the DESY NAF systems are by default running zsh, I made the setup script zsh compatible.

Difference:

bash:

source /path/to/script.sh

zsh:

cd /path/to
source script.sh
cd -
Edited by Paul Jean Schutze

Merge request reports