-
Notifications
You must be signed in to change notification settings - Fork 4
bee bash completion
Simon Schmid edited this page Feb 16, 2022
·
3 revisions
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