Skip to content

Instantly share code, notes, and snippets.

@leylaso
Created October 28, 2011 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leylaso/1322350 to your computer and use it in GitHub Desktop.
Save leylaso/1322350 to your computer and use it in GitHub Desktop.
dev environment aegir user .bashrc
# WARNING: This should be used in private, dev environments ONLY
# Not for production environments
#
# This files adjusts the aegir users bash environment to make certain
# common development tasks a little easier
# Make sure aegir files are group=-writable
umask 0002
# Aliases to make development a little easier
alias dotask='drush @hostmaster --debug hosting-task'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment