got envar order wrong, fixed
parent
4b4abf9dcf
commit
9fd9c9d5ba
|
|
@ -27,6 +27,7 @@ export POWERLINE_CONFIG_COMMAND=~/Tools/modules/powerline/scripts/powerline-conf
|
|||
export LANG="en_US.UTF-8"
|
||||
export BOOT2DOCKER=/usr/local/Cellar/boot2docker/1.6.0/bin
|
||||
export WINDOWS="FALSE"
|
||||
export GIT_EDITOR=vim
|
||||
|
||||
if [ -d "${HOME}/.bin" ] ; then
|
||||
PATH=${HOME}/.bin:${PATH}
|
||||
|
|
@ -52,12 +53,12 @@ if [ -d "/c/Projects" ]; then
|
|||
. ~/.work_profile
|
||||
fi
|
||||
|
||||
PATH=${PATH}:${GOROOT}/bin:${GOPATH}/bin:${BOOT2DOCKER}
|
||||
|
||||
export GIT_EDITOR=vim
|
||||
export EDITOR=$GIT_EDITOR # Default Editor
|
||||
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
|
||||
# run these to increase concurrent connections in linux
|
||||
# sudo sysctl net.ipv4.ip_local_port_range="15000 61000"
|
||||
|
|
|
|||
Loading…
Reference in New Issue