Skip to content

Instantly share code, notes, and snippets.

View binaryseed's full-sized avatar

Vince Foley binaryseed

View GitHub Profile
function manpdf() {
man -t $@ | open -f -a /Applications/Preview.app/
}
#
# git
alias gs='git status'
alias gca='git commit -a -m'
alias gcm='git commit -m'