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

master
bretello 1 year ago committed by GitHub
parent 6591606d56
commit 070f823a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugins/uv/uv.plugin.zsh

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

Loading…
Cancel
Save