added very useful uv tree command alias

aiasl "uvt" will run "uv tree"
This commit is contained in:
Mohaiminus Sakib 2025-12-02 22:50:11 +01:00 committed by GitHub
commit 1ac56f67dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.