From 51bf7218a7c2b6eaba0f97687f598908e03948d0 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Thu, 28 Dec 2017 13:10:36 -0500 Subject: [PATCH] Add example of personal config file loading. (#3275) --- examples/example.drush.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/example.drush.yml b/examples/example.drush.yml index dbe03fe0c5..072ef67a01 100644 --- a/examples/example.drush.yml +++ b/examples/example.drush.yml @@ -35,11 +35,13 @@ # specified by the destination parameter, nor do they load configuration files # at remote sites. -# This section is about Drush internals, and not any commands in particular. +# This section is about the Drush framework, and not any commands in particular. drush: paths: - # Load a drush.yml configuration file from the current working directory. - config: ./drush.yml + # Specify config files to load. + config: + # Load any personal config files. Is silently skipped if not found. + - ${env.home}/.drush/config/local.drush.yml # Specify folders to search for Drush command files. These locations