mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
3 Commits
18caa6cca1
...
74474e1717
Author | SHA1 | Date |
---|---|---|
|
74474e1717 | |
|
7a3695aadf | |
|
c40b38ac0d |
|
@ -5,6 +5,7 @@ files=(
|
|||
/etc/grc.zsh # default
|
||||
/usr/local/etc/grc.zsh # homebrew darwin-x64
|
||||
/opt/homebrew/etc/grc.zsh # homebrew darwin-arm64
|
||||
/home/linuxbrew/.linuxbrew/etc/grc.zsh # linuxbrew
|
||||
/usr/share/grc/grc.zsh # Gentoo Linux (app-misc/grc)
|
||||
)
|
||||
|
||||
|
|
|
@ -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