diff --git a/.environment b/.environment index 8c4e168..dac6c2e 100755 --- a/.environment +++ b/.environment @@ -38,7 +38,7 @@ if [ -d "/c/Windows" ]; then GOROOT="/d/Programs/Go" GOPATH="/d/Projects/Programming/go" BOOT2DOCKER=/c/Program\ Files/Boot2Docker\ for\ Windows/ - GIT_EDITOR=~/Tools/vim/gvim.exe + GIT_EDITOR=~/tools/vim/gvim.exe if [ -f ~/.windows ]; then . ~/.windows @@ -49,7 +49,7 @@ export EDITOR=$GIT_EDITOR export VISUAL=$EDITOR if [ -d "${HOME}/tools/vim" ] ; then - PATH=${HOME}/Tools/vim:${PATH} + PATH=${HOME}/tools/vim:${PATH} fi PATH=${GOROOT}/bin:${PATH}:${GOPATH}/bin:${BOOT2DOCKER} diff --git a/.ssh/config b/.ssh/config index b0cdea9..62a066e 100644 --- a/.ssh/config +++ b/.ssh/config @@ -11,3 +11,6 @@ Host * PreferredAuthentications publickey #allows ssh to prefer one method of auth over another if there are multiple methods available. gssapi-with-mic, hostbased, publickey, keyboard-interactive, password TCPKeepAlive yes #send TCP keep alive messages to the host, which lets us know if the connection dies, but it can give false negatives (if the connection goes down temporarily, you'll get disconnected). YES, NO + # refer to: https://github.com/FiloSottile/whosthere/blob/master/README.md + PubkeyAuthentication no + IdentitiesOnly yes diff --git a/.vimrc b/.vimrc index 8a5dcc1..54c2fb3 100755 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,5 @@ " change runtime path -set runtimepath=,$VIMRUNTIME,$VIM/vimfiles,~/Tools/vim +set runtimepath=,$VIMRUNTIME,$VIM/vimfiles,~/tools/vim execute pathogen#infect() diff --git a/cmder.xml b/cmder.xml index 511c7a3..5bd5d6e 100644 --- a/cmder.xml +++ b/cmder.xml @@ -1,7 +1,7 @@ - + @@ -120,24 +120,24 @@ - - - + + + - + - - - - + + + + - - + + - + @@ -525,41 +525,41 @@ - + - + - + - + - + - + - + - + - - + + @@ -617,7 +617,7 @@ - + @@ -794,7 +794,10 @@ + + +