diff --git a/plugins/uv/README.md b/plugins/uv/README.md index 93ac92175..3e67f1305 100644 --- a/plugins/uv/README.md +++ b/plugins/uv/README.md @@ -32,4 +32,3 @@ plugins=(... uv) | uvpl | `uv python list` | Lists all python version installed | | uvpi | `uv python install` | Install a specific version of python | | uvpu | `uv python uninstall` | Remove a specific version of python | -| uvpp | `uv python pin` | Pin the current project to use a specific Python version. | diff --git a/plugins/uv/uv.plugin.zsh b/plugins/uv/uv.plugin.zsh index 655160e4d..5e1d6297f 100644 --- a/plugins/uv/uv.plugin.zsh +++ b/plugins/uv/uv.plugin.zsh @@ -25,7 +25,6 @@ alias uvinw='uv install --no-workspace' alias uvpl='uv python list' alias uvpi='uv python install' alias uvpu='uv python uninstall' -alias uvpp='uv python pin' # If the completion file doesn't exist yet, we need to autoload it and # bind it. Otherwise, compinit will have already done that. if [[ ! -f "$ZSH_CACHE_DIR/completions/_uv" ]]; then