mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
added very useful uv tree command alias
aiasl "uvt" will run "uv tree"
This commit is contained in:
parent
e9fc134236
commit
1ac56f67dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue