From 1ac56f67dc4fde74eb4a1b7bef6544ab6b535e3c Mon Sep 17 00:00:00 2001 From: Mohaiminus Sakib <3596793+rode093@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:50:11 +0100 Subject: [PATCH] added very useful uv tree command alias aiasl "uvt" will run "uv tree" --- plugins/uv/uv.plugin.zsh | 1 + 1 file changed, 1 insertion(+) 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.