Created
August 13, 2012 13:20
-
-
Save frockenstein/3340674 to your computer and use it in GitHub Desktop.
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
alias ..="cd .." | |
alias st="git status" | |
alias flush='dscacheutil -flushcache && echo "cache flushed"' | |
alias bs='git cia "bs"' | |
alias df='git diff --color --color-words --abbrev' | |
alias restart='sudo apachectl -k restart && echo "apache restarted"' | |
alias tit=git | |
export CLICOLOR=1 | |
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx | |
export EDITOR='sublime -w' | |
export PHP_ENV='development' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment