Restore window height when leaving Vim.
[profile.git] / .gitconfig
1 [color]
2         ui = auto
3 [color "diff"]
4         frag = yellow
5         new = cyan
6         meta = green
7 [color "interactive"]
8         prompt = green
9         header = yellow
10 [user]
11         name = Iain Patterson
12         email = me@iain.cx
13 [http]
14         sslVerify = false
15 [pager]
16         diff = false
17 [alias]
18         again = commit --amend -C HEAD
19         alias = config --global --get-regexp 'alias\\..*'
20         amend = commit --amend
21         graph = log --graph --pretty=oneline
22         submit = commit -vuno