2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-17 09:25:52 +00:00

whitespace in gitconfig and custom zsh for vim

This commit is contained in:
Steffen Becker 2012-09-11 20:08:40 +02:00
parent 671946f556
commit ac097d3b8c
2 changed files with 9 additions and 6 deletions

View File

@ -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
vimrc
View File

@ -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