Skip to content

Commit

Permalink
update .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yachi committed Jan 3, 2017
1 parent e6e93e8 commit 5b1538e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .gitconfig
Expand Up @@ -10,6 +10,7 @@
excludesfile = ~/.gitignore
autocrlf = input
pager = /usr/local/opt/git/share/git-core/contrib/diff-highlight/diff-highlight | less -FRX
editor = nvim
[diff]
algorithm = histogram
[grep]
Expand All @@ -19,12 +20,10 @@
g = grep --break --heading --line-number
dsf = "!f() { [ \"$GIT_PREFIX\" != \"\" ] && cd "$GIT_PREFIX"; git diff --color $@ | diff-so-fancy | less --tabs=4 -RFX; }; f"
[help]
autocorrect = -1
; [url "https://github.com/"]
; insteadOf = git@github.com:
autocorrect = -1
[tag]
sort = version:refname
sort = version:refname
[init]
templatedir = ~/.git-templates
templatedir = ~/.git-templates
[git-up "bundler"]
check = true
check = true

0 comments on commit 5b1538e

Please sign in to comment.