mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-13 16:04:08 +08:00
Fixed typo in command and added speerator line
This commit is contained in:
parent
965f65d5a1
commit
35e2810462
@ -20,11 +20,12 @@ alias uvsu='uv sync --upgrade'
|
|||||||
alias uvup='uv self update'
|
alias uvup='uv self update'
|
||||||
alias uvv='uv venv'
|
alias uvv='uv venv'
|
||||||
alias uvtr='uv tree'
|
alias uvtr='uv tree'
|
||||||
alias uvi='uv install'
|
alias uvi='uv init'
|
||||||
alias uvinw='uv install --no-workspace'
|
alias uvinw='uv init --no-workspace'
|
||||||
alias uvpl='uv python list'
|
alias uvpl='uv python list'
|
||||||
alias uvpi='uv python install'
|
alias uvpi='uv python install'
|
||||||
alias uvpu='uv python uninstall'
|
alias uvpu='uv python uninstall'
|
||||||
|
|
||||||
# If the completion file doesn't exist yet, we need to autoload it and
|
# If the completion file doesn't exist yet, we need to autoload it and
|
||||||
# bind it. Otherwise, compinit will have already done that.
|
# bind it. Otherwise, compinit will have already done that.
|
||||||
if [[ ! -f "$ZSH_CACHE_DIR/completions/_uv" ]]; then
|
if [[ ! -f "$ZSH_CACHE_DIR/completions/_uv" ]]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user