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