diff options
author | JM" (Jason Meridth) <jmeridth@gmail.com> | 2022-03-02 13:47:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 20:47:55 +0100 |
commit | eaa60244210ffddb99451910e569790e3630bf89 (patch) | |
tree | 42aa349a0ec49a7e943011b20c6b948434b57ecf /plugins | |
parent | 511ed65408231d04ed266066bba777d48ebec795 (diff) | |
download | zsh-eaa60244210ffddb99451910e569790e3630bf89.tar.gz zsh-eaa60244210ffddb99451910e569790e3630bf89.tar.bz2 zsh-eaa60244210ffddb99451910e569790e3630bf89.zip |
feat(autoenv): add path for Apple Silicon Homebrew (#10749)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/autoenv/autoenv.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autoenv/autoenv.plugin.zsh b/plugins/autoenv/autoenv.plugin.zsh index bd03cf4b2..229a8a834 100644 --- a/plugins/autoenv/autoenv.plugin.zsh +++ b/plugins/autoenv/autoenv.plugin.zsh @@ -13,6 +13,7 @@ if ! type autoenv_init >/dev/null; then ~/.autoenv ~/.local/bin /usr/local/opt/autoenv + /opt/homebrew/opt/autoenv /usr/local/bin /usr/share/autoenv-git ~/Library/Python/bin |