Shell Autocomplete Suggest EditsUse the command bns completion {SHELL} to generate autocomplete for your current shell. ZSH echo 'source <(bns completion zsh)' >> ~/.zshrc echo 'compdef _bns bunnyshell-cli' >> ~/.zshrc Bash echo 'source <(bns completion bash)' >> ~/.bashrc Updated 10 months ago Table of Contents ZSH Bash