forked from extern/ohmyzsh
feat(autoenv): add path for Apple Silicon Homebrew (#10749)
This commit is contained in:
parent
511ed65408
commit
eaa6024421
@ -13,6 +13,7 @@ if ! type autoenv_init >/dev/null; then
|
|||||||
~/.autoenv
|
~/.autoenv
|
||||||
~/.local/bin
|
~/.local/bin
|
||||||
/usr/local/opt/autoenv
|
/usr/local/opt/autoenv
|
||||||
|
/opt/homebrew/opt/autoenv
|
||||||
/usr/local/bin
|
/usr/local/bin
|
||||||
/usr/share/autoenv-git
|
/usr/share/autoenv-git
|
||||||
~/Library/Python/bin
|
~/Library/Python/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user