[Zulip discussion is here](https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/Bee.20equivalent.20of.20.2Edrushrc.3F). An initial focus would be on implementing global options. Like `.drushrc`, `bee` should check for `.beerc` in several locations and concatenate the values, using a (documented) order of precedence. Here is the order of precedence for `.drushrc: > * 1. Drupal site folder (e.g. sites/{default|example.com}/drushrc.php). > * 2. Drupal sites/all/drush folder. > * 3. In any location, as specified by the --config (-c) option. > * 4. User's .drush folder (i.e. ~/.drush/drushrc.php). > * 5. System wide configuration folder (e.g. /etc/drush/drushrc.php). > * 6. Drush installation folder. [example.drushrc](https://raw.githubusercontent.com/drush-ops/drush/8.x/examples/example.drushrc.php) is here for reference.