Skip to content

Instantly share code, notes, and snippets.

@woombo
Last active August 29, 2015 14:07
Show Gist options
  • Save woombo/6eb7ea963360fb1ac298 to your computer and use it in GitHub Desktop.
Save woombo/6eb7ea963360fb1ac298 to your computer and use it in GitHub Desktop.
.bash_profile
# CUSTOMIZE BASH
export PS1='[\[\e[1;31m\]\u\[\e[0m\] - \[\e[32m\]\w\[\e[0m\]]$ '
export LS_COLORS='di=01;34'
# SUBLIME
alias sublime='open -a "Sublime Text 2"'
# MAMP + Drush
# -- https://www.drupal.org/node/954766
# export PATH="/usr/local/bin:$PATH"
# export PATH="/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php/php5.3.28/bin:PATH"
# -- http://julianlmedina.com/getting-drush-working-with-mamp-3-on-mac/
export PATH="/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php/php5.5.17/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment