From 45d785d1d04d352a36211aed52aac054417966d0 Mon Sep 17 00:00:00 2001 From: Toon Willems Date: Mon, 3 Sep 2012 17:30:02 +0200 Subject: [PATCH] fuck other guys, my config it is --- vimrc | 6 +++--- zshrc | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 90d98a8..bbf4708 100644 --- a/vimrc +++ b/vimrc @@ -18,9 +18,9 @@ Bundle 'lukerandall/haskellmode-vim' Bundle 'eagletmt/ghcmod-vim' Bundle 'ujihisa/neco-ghc' Bundle 'Shougo/neocomplcache' +Bundle 'Shougo/neocomplcache-clang' Bundle 'nginx.vim' - filetype plugin indent on " }}} " Leader {{{ @@ -71,9 +71,9 @@ set scrolloff=8 "keep 8 lines below/above cursor " }}} " Colorscheme {{{ let g:solarized_termcolors=256 -let g:solarized_contrast="high" +let g:solarized_contrast="normal" let g:solarized_underline=0 -let g:solarized_termtrans=1 +let g:solarized_termtrans=0 syntax enable set background=dark colorscheme solarized diff --git a/zshrc b/zshrc index 9649568..f6339be 100644 --- a/zshrc +++ b/zshrc @@ -37,3 +37,8 @@ else alias ls="ls --color=auto" eval $(dircolors) fi +if [[ "$TERM" != "screen-256color" ]]; then + tmux attach-session -t "$USER" || tmux new-session -s "$USER" + exit +fi +