mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Fixed typo in command and added speerator line
This commit is contained in:
parent
965f65d5a1
commit
35e2810462
1 changed files with 3 additions and 2 deletions
|
|
@ -20,11 +20,12 @@ alias uvsu='uv sync --upgrade'
|
|||
alias uvup='uv self update'
|
||||
alias uvv='uv venv'
|
||||
alias uvtr='uv tree'
|
||||
alias uvi='uv install'
|
||||
alias uvinw='uv install --no-workspace'
|
||||
alias uvi='uv init'
|
||||
alias uvinw='uv init --no-workspace'
|
||||
alias uvpl='uv python list'
|
||||
alias uvpi='uv python install'
|
||||
alias uvpu='uv python uninstall'
|
||||
|
||||
# If the completion file doesn't exist yet, we need to autoload it and
|
||||
# bind it. Otherwise, compinit will have already done that.
|
||||
if [[ ! -f "$ZSH_CACHE_DIR/completions/_uv" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue