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

master
Jérôme Benoit 3 years ago committed by GitHub
parent 7e4c26860d
commit 4167474f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      plugins/grc/grc.plugin.zsh

@ -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

Loading…
Cancel
Save