Skip to content

Commit

Permalink
fuck other guys, my config it is
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon Willems committed Sep 3, 2012
1 parent d0d4127 commit 45d785d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {{{
Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 45d785d

Please sign in to comment.