Skip to content

Instantly share code, notes, and snippets.

View mpezzi's full-sized avatar

Michael Pezzi mpezzi

View GitHub Profile
@mpezzi
mpezzi / .bash_profile
Created November 26, 2011 02:52 — forked from thesven/.bash_profile
Bash Profile OS X
echo "Hello Michael, You are great at turning me on."
### ----------
### PATH SETTINGS
### ----------
PATH=/applications/MacVim/:$PATH
### ----------
### Archive
### ----------
alias tarc="tar -zcf"