Last active
August 29, 2015 14:25
-
-
Save AlexSkrypnyk/60489aca09fd30e33bc7 to your computer and use it in GitHub Desktop.
Drush Drupal unsuck
This file contains 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
drush dis \ | |
overlay \ | |
dashboard \ | |
toolbar \ | |
color \ | |
shortcut \ | |
rdf\ | |
-y && \ | |
drush en \ | |
admin_menu \ | |
admin_menu_toolbar \ | |
coffee \ | |
module_filter \ | |
devel \ | |
ctools \ | |
libraries \ | |
views \ | |
entity \ | |
token \ | |
xautoload \ | |
xmlsitemap \ | |
jquery_update \ | |
-y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment