Created
November 9, 2009 13:38
-
-
Save jduff/229943 to your computer and use it in GitHub Desktop.
This file contains 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
#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