I have created shell completions for rsc on zsh, bash, fish and powershell, and how to add these scripts?
- Use command to generate shell completions, rsc --shell zsh > _rsc
- Put the scripts on git repository, rsc/shell_completions/zsh/_rsc, rsc/shell_completions/bash/rsc-completion.bash

I have created shell completions for rsc on zsh, bash, fish and powershell, and how to add these scripts?