Created
April 4, 2016 17:31
-
-
Save cdmo/4add609fca4311d516a12d890902ebe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function diff_mods { colordiff <(drush "$1" pml --status=enabled --pipe) <(drush "$2" pml --status=enabled --pipe); }; | |
| export -f diff_mods |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add to your
.bash_profileor.bashrcand replace$1and$2with Drupal site aliases. Likediff_mods @site-dev @site-qa