Skip to content

Commit

Permalink
Improvify
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgary committed Mar 28, 2013
1 parent 33c4f6f commit 786c414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home/.gitconfig
Expand Up @@ -12,7 +12,7 @@
ci = commit
br = branch
co = checkout
df = diff
df = diff --color-words
re = remote -v
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
blame = blame -wC
Expand Down
1 change: 1 addition & 0 deletions home/.vimrc
Expand Up @@ -11,6 +11,7 @@ set nocompatible " Disable vi-compatibility
set so=10 " Buffer 10 lines around the cursor when moving vertically
set wrap
set nosol " turn off startofline so ctrl+u and ctrl+d behave better
set backspace=indent,eol,start

" visual
colorscheme desert
Expand Down

0 comments on commit 786c414

Please sign in to comment.