$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 ist eine Zsh IDE mit Unterstützung für $MODULE_PATH - probieren Sie es jetzt aus!