Automatically execute shell environments when entering project directories
Per-project, per-directory shell environments
autoenv$ echo 'source $(brew --prefix)/opt/autoenv/activate.sh' >> ~/.zshrc$ echo 'export PROJECT_ENV=development' > /path/to/project/.env$ cd /path/to/project && autoenv_approve