got envar order wrong, fixed

moveTools
Adam Veldhousen 2015-06-04 14:50:24 -05:00
parent 4b4abf9dcf
commit 9fd9c9d5ba
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 4 additions and 3 deletions

View File

@ -27,6 +27,7 @@ export POWERLINE_CONFIG_COMMAND=~/Tools/modules/powerline/scripts/powerline-conf
export LANG="en_US.UTF-8" export LANG="en_US.UTF-8"
export BOOT2DOCKER=/usr/local/Cellar/boot2docker/1.6.0/bin export BOOT2DOCKER=/usr/local/Cellar/boot2docker/1.6.0/bin
export WINDOWS="FALSE" export WINDOWS="FALSE"
export GIT_EDITOR=vim
if [ -d "${HOME}/.bin" ] ; then if [ -d "${HOME}/.bin" ] ; then
PATH=${HOME}/.bin:${PATH} PATH=${HOME}/.bin:${PATH}
@ -52,12 +53,12 @@ if [ -d "/c/Projects" ]; then
. ~/.work_profile . ~/.work_profile
fi fi
PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin:${BOOT2DOCKER}
export GIT_EDITOR=vim
export EDITOR=$GIT_EDITOR # Default Editor export EDITOR=$GIT_EDITOR # Default Editor
export VISUAL=$EDITOR # Visual not really used differently from EDITOR anymore export VISUAL=$EDITOR # Visual not really used differently from EDITOR anymore
PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin:${BOOT2DOCKER}
# http://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux # http://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux
# run these to increase concurrent connections in linux # run these to increase concurrent connections in linux
# sudo sysctl net.ipv4.ip_local_port_range="15000 61000" # sudo sysctl net.ipv4.ip_local_port_range="15000 61000"