mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-12 20:21:02 +01:00
feat(autoenv): add path for Apple Silicon Homebrew (#10749)
This commit is contained in:
parent
511ed65408
commit
eaa6024421
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue