1
0
Fork 0

feat(uv): alias uv with noglob (#12866)

This commit is contained in:
bretello 2025-03-20 19:44:01 +01:00 committed by GitHub
parent 6591606d56
commit 070f823a84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'