diff --git a/plugins/uv/uv.plugin.zsh b/plugins/uv/uv.plugin.zsh index abcbc117e..392d96c08 100644 --- a/plugins/uv/uv.plugin.zsh +++ b/plugins/uv/uv.plugin.zsh @@ -19,6 +19,7 @@ alias uvsr='uv sync --refresh' alias uvsu='uv sync --upgrade' alias uvup='uv self update' alias uvv='uv venv' +alias uvt='uv tree' # If the completion file doesn't exist yet, we need to autoload it and # bind it. Otherwise, compinit will have already done that.