refactoring

This commit is contained in:
Loic Nageleisen 2012-08-09 15:37:56 +02:00
parent 53b18ca0db
commit f699a87614
24 changed files with 67 additions and 57 deletions

12
shell/homebrew Normal file
View file

@ -0,0 +1,12 @@
# local path
PATH=/usr/local/bin:/usr/local/sbin:$PATH
# node.js path
NODE_PATH=/usr/local/lib/node
export NODE_PATH
# python
test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH"
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
export PATH