Skip to content

Instantly share code, notes, and snippets.

@lrieger
Created January 9, 2009 19:57
Show Gist options
  • Save lrieger/45247 to your computer and use it in GitHub Desktop.
Save lrieger/45247 to your computer and use it in GitHub Desktop.
export PATH=~/bin:/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin:$PATH
export GIT_EDITOR=emacs
alias ls="ls -G"
alias g="git"
alias gb="git branch"
alias gba="git branch -all"
alias gca="git commit -v -a"
alias gst="git status"
alias mr='mate app config content db lib public test spec features vendor/plugins vendor/gems'
alias e='aquamacs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment