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
No known key found for this signature in database
GPG Key ID: 876AAC6290170FE7
1 changed files with 2 additions and 0 deletions

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'