whitespace in gitconfig and custom zsh for vim

main
Steffen Becker 12 years ago
parent 671946f556
commit ac097d3b8c

@ -11,18 +11,18 @@
[color]
ui = auto
[color "branch"]
current = yellow reverse
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]

@ -3,6 +3,9 @@ call pathogen#infect()
filetype plugin indent on
syntax on
" set zsh as default to keep aliases and stuff in :! commands
set shell=/usr/local/bin/zsh\ -l\ -i\ -e
set nocompatible " activate vim awesomeness
set ruler " show where you are in the document
set cursorline " highligh current line

Loading…
Cancel
Save