Skip to content

Instantly share code, notes, and snippets.

@frockenstein
Created August 13, 2012 13:20
Show Gist options
  • Save frockenstein/3340674 to your computer and use it in GitHub Desktop.
Save frockenstein/3340674 to your computer and use it in GitHub Desktop.
profile
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