mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
feat(grc): add support for arm64 macos (#11890)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user