Enable auto completion
To enable auto completion in bash
, you can execute the following command:
source <(_ZOE_COMPLETE=bash zoe)
Or if you are using zsh:
source <(_ZOE_COMPLETE=zsh zoe)
To make this auto completion permanent, you can add the previous line to your ~/.bashrc
or ~/.zshrc
.