feat(grc): add support for arm64 macos (#11890)

This commit is contained in:
Jérôme Benoit 2023-09-13 16:31:24 +02:00 committed by GitHub
parent 7e4c26860d
commit 4167474f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,9 @@
# common grc.zsh paths
files=(
/etc/grc.zsh # default
/usr/local/etc/grc.zsh # homebrew
/etc/grc.zsh # default
/usr/local/etc/grc.zsh # homebrew darwin-x64
/opt/homebrew/etc/grc.zsh # homebrew darwin-arm64
)
# verify the file is readable and source it