Created
October 28, 2011 14:05
-
-
Save leylaso/1322350 to your computer and use it in GitHub Desktop.
dev environment aegir user .bashrc
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
# 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