$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.

Examples

Print current module search path
1
typeset module_path
Output:
1
module_path=( /usr/lib/zsh/5.9 )
BashSupport Pro is a Zsh IDE with support for $module_pathtry it now!
© 2020–2024 Joachim Ansorg
Imprint
Privacy Policy
Legal