浏览代码

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

bretello 1 月之前
父节点
当前提交
070f823a84
共有 1 个文件被更改,包括 2 次插入0 次删除
  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'