Skip to content

Commit

Permalink
Vim zenburn.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesimon committed May 6, 2014
1 parent 24e01a6 commit 45c6784
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "home/.janus/Zenburn"]
path = home/.janus/Zenburn
url = https://github.com/jnurmine/Zenburn
2 changes: 0 additions & 2 deletions home/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ fi
test -r "$HOME/.homesick/repos/homeshick/homeshick.sh" &&
source "$HOME/.homesick/repos/homeshick/homeshick.sh"

export TERM=xterm-256color

# Usage: puniq [<path>]
# Remove duplicate entries from a PATH style value while retaining
# the original order. Use PATH if no <path> is given.
Expand Down
1 change: 1 addition & 0 deletions home/.janus/Zenburn
Submodule Zenburn added at aba620
3 changes: 3 additions & 0 deletions home/.vimrc.after
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ nnoremap <CR> :noh<CR><CR>

let g:syntastic_cpp_compiler = 'clang++'
let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'

set t_Co=256
colors zenburn

0 comments on commit 45c6784

Please sign in to comment.