Unverified Commit 4167474f authored by Jérôme Benoit's avatar Jérôme Benoit Committed by GitHub

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

parent 7e4c2686
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# common grc.zsh paths # common grc.zsh paths
files=( files=(
/etc/grc.zsh # default /etc/grc.zsh # default
/usr/local/etc/grc.zsh # homebrew /usr/local/etc/grc.zsh # homebrew darwin-x64
/opt/homebrew/etc/grc.zsh # homebrew darwin-arm64
) )
# verify the file is readable and source it # verify the file is readable and source it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment