Created
March 31, 2014 14:23
-
-
Save dcousineau/9893458 to your computer and use it in GitHub Desktop.
This file contains 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 BREW_PREFIX=$(/usr/local/bin/brew --prefix) | |
export PATH=/usr/local/share/npm/bin:$(/usr/local/bin/brew --prefix ruby)/bin:$(/usr/local/bin/brew --prefix coreutils)/libexec/gnubin:/usr/local/sbin:/usr/local/bin:$PATH | |
export MANPATH="$(/usr/local/bin/brew --prefix coreutils)/libexec/gnuman:$MANPATH" | |
#$(/usr/local/bin/brew --prefix josegonzalez/php/php53)/bin | |
# export TESSDATA_PREFIX=$(/usr/local/bin/brew --prefix tesseract)/share | |
export NODE_PATH="/usr/local/share/npm/lib/node_modules:/usr/local/lib/node_modules:$NODE_PATH" | |
# export PYTHONPATH="/usr/local/lib/python2.7/site-packages:$PYTHONPATH" | |
export CLASSPATH=$CLASSPATH:/usr/local/Cellar/clojure-contrib/1.2.0/clojure-contrib.jar | |
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache | |
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages' | |
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi | |
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %C(bold blue)%an:%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment