$MODULE_PATH
–
Search path for dynamic modules
$MODULE_PATH
defines the paths where the zmodload
command searches for dynamically loadable modules.
The value is a colon-separated list of paths. Variable $module_path
contains the same data as an array.
Links
Examples
- Print current module search path
- Output:
1
typeset MODULE_PATH
1
MODULE_PATH=/usr/lib/zsh/5.9
BashSupport Pro is a Zsh IDE with support for $MODULE_PATH – try it now!