diff --git a/examples/example.drushrc.php b/examples/example.drushrc.php
index 070e346..9e7cb1a 100644
--- a/examples/example.drushrc.php
+++ b/examples/example.drushrc.php
@@ -260,3 +260,13 @@
 #  $options['include'] = $repo . '/../drush/commands';
 #  $options['alias-path'] = $repo . '/../drush/aliases';
 #}
+
+// Search for Drush command files inside a "drush" folder at
+// the root of your Drupal installation.
+// n.b. The code below must be placed in a drushrc.php file at
+// your Drupal root; if you put it in some other location, then
+// DRUSH_SELECTED_DRUPAL_ROOT will not necessarily be defined yet.
+#$drupal_root = drush_get_context('DRUSH_SELECTED_DRUPAL_ROOT');
+#if(isset($drupal_root)) {
+#  _drush_add_commandfiles(array($drupal_root . "/drush"));
+#}
