mirror of https://github.com/ohmyzsh/ohmyzsh.git
feat(uv): add uv='noglob uv' alias
This commit is contained in:
parent
f733dc340b
commit
c40b38ac0d
|
@ -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