Skip to content

Commit

Permalink
Add example of personal config file loading. (#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored Dec 28, 2017
1 parent d0e9484 commit 51bf721
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/example.drush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51bf721

Please sign in to comment.