zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod Documentation

Welcome to the zpmod documentation. This site follows the Divio documentation structure:

  • Tutorials: Learn by doing – start here.
  • How-to guides: Solve specific tasks.
  • Reference: Technical, API-level facts.
  • Explanation: Background, rationale, deeper discussion.

Quick Start

# Add to top of ~/.zshrc
module_path+=("${HOME}/.zi/zmodules/zpmod")
zmodload -i zpmod
# After shell start, profile sourced scripts
zpmod source-study

Navigation