diff --git a/.gvimrc b/.gvimrc index 907211f..9c09d9a 100644 --- a/.gvimrc +++ b/.gvimrc @@ -4,6 +4,8 @@ winsize 115 45 set guifont=Inconsolata\ 12 set guioptions-=L set guioptions-=r +set guioptions-=T +set guioptions+=c if has("gui_macvim") set fuoptions=maxvert,maxhorz diff --git a/.vim/bundle/VimOrganizer b/.vim/bundle/VimOrganizer index 77fe790..ce15d1a 160000 --- a/.vim/bundle/VimOrganizer +++ b/.vim/bundle/VimOrganizer @@ -1 +1 @@ -Subproject commit 77fe79056f2c2aaf0e87bf3ccea8a73f51a096a7 +Subproject commit ce15d1acdad51c3bdb9d7537f0fd36bcf9685e32 diff --git a/.vim/bundle/command-t b/.vim/bundle/command-t index d30099c..8866bbc 160000 --- a/.vim/bundle/command-t +++ b/.vim/bundle/command-t @@ -1 +1 @@ -Subproject commit d30099cac79dfdbc4a16d8279c5a2304b1494b2c +Subproject commit 8866bbc0e18a981889b3431790caf47432f38cf4 diff --git a/.vim/bundle/lusty b/.vim/bundle/lusty index c504654..6118864 160000 --- a/.vim/bundle/lusty +++ b/.vim/bundle/lusty @@ -1 +1 @@ -Subproject commit c504654f37adbeeebc31796eea3ba828429dfb40 +Subproject commit 6118864a4d84521028e8079317f838cef1c32869 diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree index 40d05ac..eaf1973 160000 --- a/.vim/bundle/nerdtree +++ b/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 40d05ace57fb51cc2c2b2e9eb81c4832ed291630 +Subproject commit eaf19734e73dbaa5b30f10591079043b0eba0aab diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic index 78f345b..6f214cb 160000 --- a/.vim/bundle/syntastic +++ b/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 78f345bab3865159596ffeeaaffd580e82716edd +Subproject commit 6f214cbb6d42256031aaa9670cf9ea7358e18431 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index f6d93b8..4c7e649 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit f6d93b8788b57990a2669b2408004c0086d6a878 +Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed diff --git a/.vim/bundle/vim-gitgutter b/.vim/bundle/vim-gitgutter index 989ad9b..935184b 160000 --- a/.vim/bundle/vim-gitgutter +++ b/.vim/bundle/vim-gitgutter @@ -1 +1 @@ -Subproject commit 989ad9b0fba141806175248f30c383957bfd89df +Subproject commit 935184bd1806e37c1e3319c7f7f3ae94ef5a5313 diff --git a/.zshrc b/.zshrc index 559a263..76a0ead 100644 --- a/.zshrc +++ b/.zshrc @@ -23,19 +23,19 @@ bindkey -e export DISTCC_HOSTS='hyades01 hyades02 hyades03 hyades04' -if [[ "$GOROOT" == "" ]]; then - export GOROOT=$HOME/local/go - export GOARCH=amd64 - export GOOS=linux -case `uname` in -Darwin) - export GOOS=darwin - ;; -FreeBSD) - export GOOS=freebsd - ;; -esac -fi +#if [[ "$GOROOT" == "" ]]; then + #export GOROOT=$HOME/local/go + #export GOARCH=amd64 + #export GOOS=linux +#case `uname` in +#Darwin) + #export GOOS=darwin + #;; +#FreeBSD) + #export GOOS=freebsd + #;; +#esac +#fi setopt prompt_subst