mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Add the --with-zshcompletiondir option to the configure installation script to define a particular installation directory for the zsh completion script. If option is not defined, zsh completion script is installed by default in initdir and the FPATH environment variable is set in zsh init script. If option is set, completion script is installed in designated directory and zsh init script does not set the FPATH environment variable. Fixes #428