Remove uvx shell completion instructions (#7459)

## Summary

I misunderstood and this isn't necessary.
This commit is contained in:
Charlie Marsh 2024-09-17 09:28:28 -04:00 committed by GitHub
parent c87ce7aaf8
commit 2cb3acdb1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 19 deletions

View File

@ -181,25 +181,6 @@ To enable shell autocompletion for uv commands, run one of the following:
Then restart the shell or source the shell config file.
You can also enable shell autocompletion for uvx by running the same commands, replacing `uv` with
`uvx`:
=== "Linux and macOS"
```bash
# Determine your shell (e.g., with `echo $SHELL`), then run one of:
echo 'eval "$(uvx generate-shell-completion bash)"' >> ~/.bashrc
echo 'eval "$(uvx generate-shell-completion zsh)"' >> ~/.zshrc
echo 'uvx generate-shell-completion fish | source' >> ~/.config/fish/config.fish
echo 'eval (uvx generate-shell-completion elvish | slurp)' >> ~/.elvish/rc.elv
```
=== "Windows"
```powershell
Add-Content -Path $PROFILE -Value '(& uvx generate-shell-completion powershell) | Out-String | Invoke-Expression'
```
## Uninstallation
If you need to remove uv from your system, just remove the `uv` and `uvx` binaries: