python -m rrpm --install-completion bash
python -m rrpm --install-completion fish
python -m rrpm --install-completion zsh
Add the following line to your ~/.zshrc
file
mkdir $ZSH_CUSTOM/plugins/rrpm
python -m rrpm --show-completion zsh > $ZSH_CUSTOM/plugins/rrmp/_rrpm
Edit the plugins line in your ~/.zshrc
to add the rrpm plugin
python -m rrpm --install-completion powershell
python -m rrpm --install-completion pwsh
Shell needs to be restarted for changes to take effect