Created
June 18, 2013 10:47
-
-
Save dmao/5804372 to your computer and use it in GitHub Desktop.
my .bash_profile
This file contains hidden or 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
## 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