Skip to content

Commit 51bf721

Browse files
authored
Add example of personal config file loading. (#3275)
1 parent d0e9484 commit 51bf721

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/example.drush.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,13 @@
3535
# specified by the destination parameter, nor do they load configuration files
3636
# at remote sites.
3737

38-
# This section is about Drush internals, and not any commands in particular.
38+
# This section is about the Drush framework, and not any commands in particular.
3939
drush:
4040
paths:
41-
# Load a drush.yml configuration file from the current working directory.
42-
config: ./drush.yml
41+
# Specify config files to load.
42+
config:
43+
# Load any personal config files. Is silently skipped if not found.
44+
- ${env.home}/.drush/config/local.drush.yml
4345

4446

4547
# Specify folders to search for Drush command files. These locations

0 commit comments

Comments
 (0)