Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am esclapes on github.
  • I am esclapes (https://keybase.io/esclapes) on keybase.
  • I have a public key ASB3IXeTsllsHMHZR680RM2ecCbiWexS05OxuJStNH316wo

To claim this, I am signing this object:

<?php
/**
* Sync_enable adds options to sql-sync to enable and disable
* modules after an sql-sync operation. One use case for this
* is to use Drush site aliases to automatically enable your
* development modules whenever you sync from your live site to
* your dev site. You may also add or remove permissions at
* the same time.
*
@esclapes
esclapes / git-prompt
Created August 23, 2012 13:23
Taken from drupalpro bash_aliases for prompt hint for git state
# DEFINE COLORS
# MAKES IT EASIER TO CHANGE SHELL COLORS
# Reset
Color_Off="\[\033[0m\]" # Text Reset
# Regular Colors
Black="\[\033[0;30m\]" # Black
Red="\[\033[0;31m\]" # Red
Green="\[\033[0;32m\]" # Green
@esclapes
esclapes / drupal7.make
Created March 28, 2012 20:48 — forked from pvhee/drupal7.make
Drupal 7 Make file
; Basic Drush Make file
;
; Usage:
; drush make --prepare-install drupal7.make
; Core version
; ------------
; Each makefile should begin by declaring the core version of Drupal that all
; projects should be compatible with.