feat(autoenv): add path for Apple Silicon Homebrew (#10749)

master
JM" (Jason Meridth) 4 years ago committed by GitHub
parent 511ed65408
commit eaa6024421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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

Loading…
Cancel
Save