1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00

feat(uv): add uv='noglob uv' alias

This commit is contained in:
bretello
2024-12-25 20:32:24 +01:00
parent f733dc340b
commit c40b38ac0d

View File

@@ -3,6 +3,8 @@ if (( ! ${+commands[uv]} )); then
return
fi
alias uv="noglob uv"
alias uva='uv add'
alias uvexp='uv export --format requirements-txt --no-hashes --output-file requirements.txt --quiet'
alias uvl='uv lock'