Skip to content

completions

Outputs shell completion scripts for tab-completion of commands.

Setup

Zsh

Add to ~/.zshrc:

bash
eval "$(devflow completions --shell zsh)"

Bash

Add to ~/.bashrc:

bash
eval "$(devflow completions --shell bash)"

Released under the MIT License.