Implement zsh shell completions.
authorJames W. Barnett <jbarnet4@tulane.edu>
Tue, 14 Jul 2015 23:24:40 +0000 (18:24 -0500)
committerJames W. Barnett <jbarnet4@tulane.edu>
Wed, 15 Jul 2015 15:37:44 +0000 (10:37 -0500)
commit6990a0a5035c28011ee8a667df19d4ff0fc3b3d1
tree0138e09fb296714e98cf57e6ba8a26e7c8f6bd63
parent731276f5df6c506900fd9d9fa1ed86032e5607fb
Implement zsh shell completions.

zsh completions when gmx prefix was used were not implemented. Use zsh builtin
bashcompinit to use the bash completions. Remove 'shopt -s extglob'
from gmx-completion.bash and place it in GMXRC.bash, since it is incompatible
with zsh. gmx-completion.bash and gmx-completion-gmx.bash can now be used for
completions in both bash and zsh.

Change-Id: Ib8f3cf0535d39e91a6b31933f41aa7548755b351
scripts/GMXRC.bash.cmakein
src/gromacs/commandline/shellcompletions.cpp