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)
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


No differences found