fix stuff

This commit is contained in:
Loic Nageleisen 2016-09-12 12:04:27 +02:00
parent e47db099b9
commit 48be4c14c5
5 changed files with 11 additions and 18 deletions

View file

@ -1,11 +1,3 @@
# local path
PATH=/usr/local/bin:/usr/local/sbin:$PATH
# node.js path
NODE_PATH=/usr/local/lib/node
export NODE_PATH
PATH=$PATH:/usr/local/share/npm/bin
# go
PATH=$PATH:/usr/local/opt/go/libexec/bin

View file

@ -1,3 +0,0 @@
# OS X python user path
PATH=~/Library/Python/2.7/bin:$PATH
export PATH