1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-12 15:34:50 +08:00

Fixed typo in command and added speerator line

This commit is contained in:
Mohaiminus Sakib 2025-12-06 00:09:05 +01:00 committed by GitHub
parent 965f65d5a1
commit 35e2810462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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