Skip to content

Instantly share code, notes, and snippets.

@SinisterMinister
Created January 27, 2013 00:27
Show Gist options
  • Select an option

  • Save SinisterMinister/4645487 to your computer and use it in GitHub Desktop.

Select an option

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