Skip to content

Instantly share code, notes, and snippets.

View Ofanite's full-sized avatar

Adam Bell Ofanite

  • Formlabs
  • Boston
View GitHub Profile
@Ofanite
Ofanite / bash_profile.sh
Created August 15, 2011 15:30
My bash_profile
# .bash_profile
#
# This is a heavyweight bash profile, which makes your workstation more
# usable.
# Lion uses a derpy CC by default. This will fix that.
export CC=/usr/bin/gcc-4.2
# Pull in the whatever aliases you might have.