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:
parent
671946f556
commit
ac097d3b8c
12
gitconfig
12
gitconfig
@ -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
3
vimrc
@ -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…
Reference in New Issue
Block a user