mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-04-15 17:21:25 +08:00
feat(uv): alias uv
with noglob
(#12866)
This commit is contained in:
parent
6591606d56
commit
070f823a84
@ -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…
Reference in New Issue
Block a user