Skip to content

Instantly share code, notes, and snippets.

@SinisterMinister
Created January 27, 2013 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SinisterMinister/4645487 to your computer and use it in GitHub Desktop.
Save SinisterMinister/4645487 to your computer and use it in GitHub Desktop.
OSX Terminal color support
# Color Support
export TERM="xterm-color"
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
# Setup SVN's editor
export SVN_EDITOR=nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment