Skip to content

Instantly share code, notes, and snippets.

@jduff
Created November 9, 2009 13:38
Show Gist options
  • Save jduff/229943 to your computer and use it in GitHub Desktop.
Save jduff/229943 to your computer and use it in GitHub Desktop.
#env
export PATH=/opt/local/bin:/opt/local/sbin:$PATH:/usr/local/mysql/bin
# git aliases
alias gst="git status"
alias gp="git push"
alias gl="git pull"
alias gc="git commit -m"
alias ga="git add"
alias start="script/server"
# helper functions
function ws {
cd ~/development/workspace/$1*
}
function job {
cd ~/development/jobs/$1*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment