Skip to content

Instantly share code, notes, and snippets.

@burtlo
Created March 7, 2013 00:55
Show Gist options
  • Save burtlo/5104644 to your computer and use it in GitHub Desktop.
Save burtlo/5104644 to your computer and use it in GitHub Desktop.
Keep crying
export CLICOLOR=1
export TERM=xterm-color
export LSCOLORS=fxfxcxdxbxegedabagacad
export HISTCONTROL=ignoredups:erasedups
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export PATH=/usr/local/Cellar/wkhtmltopdf/0.9.9:$PATH
export PATH=/usr/local/share/npm/bin:$PATH
export PATH=.:$PATH
export NODE_PATH=/usr/local/lib/node_modules
export AUTOFEATURE=true
export GEM_OPEN_EDITOR="subl"
export BUNDLER_EDITOR="subl"
export SVN_EDITOR="vim"
export GIT_EDITOR="vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment