mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-18 17:13:32 +08:00
added very useful uv tree command alias
aiasl "uvt" will run "uv tree"
This commit is contained in:
parent
e9fc134236
commit
1ac56f67dc
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user