mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
feat(grc): add support for arm64 macos (#11890)
This commit is contained in:
parent
7e4c26860d
commit
4167474f12
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
# common grc.zsh paths
|
||||
files=(
|
||||
/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
|
||||
|
|
Loading…
Reference in a new issue