$module_path
–
Search path for dynamic modules
$module_path
defines the paths where the zmodload
command searches for dynamically loadable modules.
$MODULE_PATH
contains the same data as a colon-separated list of paths.
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!