Skip to main content
Zeal ships completion scripts for bash, zsh, and fish. The files are bundled with every release and are also available in the source repository under completions/.

Install

sudo cp completions/zeal.bash /etc/bash_completion.d/zeal
Reload your shell or source the file to activate immediately:
source ~/.bashrc

Getting the completion files

If you installed Zeal from a pre-built binary rather than from source, you have two options:
  • Download the release archive from the Releases page — it includes the completions/ directory.
  • Clone the repository to get just the completion files:
    git clone https://github.com/aryanjha256/zeal.git
    # Then copy from zeal/completions/
    

Build docs developers (and LLMs) love