Skip to content

bee bash completion

Simon Schmid edited this page Feb 16, 2022 · 3 revisions

bee bash completion

Add this to your ~/.bashrc file to enable bee auto-completion:

complete -C bee bee

If you're using zsh, please add those lines to your ~/.zshrc

autoload bashcompinit
bashcompinit
complete -C bee bee
Clone this wiki locally