Compare:
$ zsh ~/bin/conda_activate.sh xx
OK:
xx
$ shell ~/bin/conda_activate.sh xx
error: unexpected argument 'xx' found
Usage: shell [OPTIONS] [FILE]
For more information, try '--help'.
With ~/bin/conda_activate.sh:
$ cat ~/bin/conda_activate.sh
echo "OK:"
echo $1