Current initialization script for zsh defines the FPATH environment variable to put module completion at hand in case zsh completion is enabled.
As discussed over https://sourceforge.net/p/modules/mailman/message/37369729/, it seems important not to set FPATH to let zsh computing this value automatically.
Current initialization script for zsh defines the
FPATHenvironment variable to put module completion at hand in case zsh completion is enabled.As discussed over https://sourceforge.net/p/modules/mailman/message/37369729/, it seems important not to set
FPATHto let zsh computing this value automatically.