update bashrc. move paths to .dev_profile. add syntastic

pull/1/merge
Adam Veldhousen 2014-12-18 22:07:03 -06:00
parent 8642fc1bd6
commit 7384f3f90f
1 changed files with 2 additions and 14 deletions

View File

@ -6,22 +6,10 @@ if [ -d "C:/Windows" ]; then
export GOROOT="/D/Programs/Go"
else
export GOPATH="$HOME/../Projects/go"
export GOROOT="$HOME/../Projects/go"
export GOROOT="/usr/local/go"
fi
export GOBIN="$GOROOT/bin"
PATH=${GOPATH}/bin:${GOBIN}:${PATH}
if [ -d "${HOME}/tools/plugins" ] ; then
PATH=${HOME}/tools/plugins:${PATH}
fi
export ERLBIN="/d/Programs/erl6.0/erts-6.0/bin"
if [ -d "$ERLBIN" ]; then
PATH=${PATH}:${ERLBIN}
fi
PATH=${PATH}:${GOPATH}/bin
# see environ manfile
export EDITOR=vim # Default Editor