Browse Source

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

bretello 1 month ago
parent
commit
070f823a84
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/uv/uv.plugin.zsh

+ 2 - 0
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'