Created
March 7, 2013 00:55
-
-
Save burtlo/5104644 to your computer and use it in GitHub Desktop.
Keep crying
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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