Skip to content

Instantly share code, notes, and snippets.

@dmao
Created June 18, 2013 10:47
Show Gist options
  • Save dmao/5804372 to your computer and use it in GitHub Desktop.
Save dmao/5804372 to your computer and use it in GitHub Desktop.
my .bash_profile
## use the Mamp version of php
export PATH=/Applications/MAMP/bin/php/php5.4.4/bin:$PATH
## Alias
alias compass-prod='compass compile --output-style compressed --force'
alias ..='cd ..'
alias l="ls -al"
alias ?='pwd'
alias web='cd /Applications/MAMP/htdocs'
## coloured terminal
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment