]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshenv
No whitespaces during line counting
[dotfiles.git] / zsh / .zshenv
index ff28109e97f5fc66eb3ebda4c6e838bf923eb289..35a7cb76431e78a41a4f43f7286999492e8a3a36 100644 (file)
@@ -16,7 +16,7 @@ export TERM
 # Less options {{{
 export PAGER=less
 export LESSHISTFILE=-
-export LESS=RXij3
+export LESS=RXij3M
 # }}}
 
 # ls options {{{
@@ -82,7 +82,7 @@ ld_library_path=(~/local/lib)
 
 # Go related {{{
 export GOCACHE=/tmp/go-cache
-export GOPROXY=direct
+export GOPROXY=off
 export GOSUMDB=off
 export GOPATH=$HOME/work/gopath
 path=($GOPATH/bin ~/work/go/bin $path)