Skip to content

Instantly share code, notes, and snippets.

@darkoperator
Created July 26, 2011 00:34
Show Gist options
  • Save darkoperator/1105631 to your computer and use it in GitHub Desktop.
Save darkoperator/1105631 to your computer and use it in GitHub Desktop.
# Terminal Colors
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
# Compilier options
export ARCHFLAGS="-arch x86_64"
export CC=/usr/bin/gcc-4.2
# SVN Keyowkrds
alias svnkeywords='svn propset svn:keywords '\''Rev Revision Id Header'\'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment