mirror of https://git.xinb.cc/xinb/ohmyzsh.git
fix(grc): add linuxbrew path (#12903)
This commit is contained in:
parent
cae2e45193
commit
7a3695aadf
|
@ -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)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue