Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 493 Bytes

File metadata and controls

18 lines (13 loc) · 493 Bytes

Bash Completion

Important

If you installed stash with Homebrew, bash completion is already enabled!

For a manual install, generate the completion file:

mkdir -p ~/.local/share/bash-completion/completions
stash-completion bash > ~/.local/share/bash-completion/completions/stash

Make sure your shell loads bash-completion. On many systems this already happens automatically for interactive shells.

Note

Check scripts for other integrations.