if [ -e /usr/bin/vimx ]; then alias vim='/usr/bin/vimx'; fi
# Shortcuts
-alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
+alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
alias g='git'
alias h='history'
alias j='jobs'
# List contributors with number of commits
contributors = shortlog --summary --numbered
-# k = !gitk
-# visual = !gitk
-
# ctags = "!sh -c '[ -f .git/hooks/ctags ] || git init; .git/hooks/ctags' git-ctags"
# gtags = "!sh -c '[ -f .git/hooks/gtags ] || git init; .git/hooks/gtags' git-gtags"
# cscope = "!sh -c '[ -f .git/hooks/cscope ] || git init; .git/hooks/cscope' git-cscope"
-# mydiff = difftool --dir-diff --tool=bc --no-prompt
+ mydiff = difftool --dir-diff --tool=bc --no-prompt
[help]
autocorrect = 10
default = simple
[diff]
tool = vimdiff
+# tool = bc
[merge]
tool = vimdiff
+# tool = bc
[difftool "vimdiff"]
prompt = false
conflictstyle = diff3
[mergetool "vimdiff"]
prompt = false
-#[diff]
-# tool = bc
-#[merge]
-# tool = bc
-#[difftool "bc"]
+[difftool "bc"]
# path = C:\\Program Files\\Beyond Compare 4\\BComp.exe
-# trustExitCode = false
-#[mergetool "bc"]
+ trustExitCode = false
+[mergetool "bc"]
# path = C:\\Program Files\\Beyond Compare 4\\BComp.exe
-# trustExitCode = false
+ trustExitCode = false
[init]
templatedir = ~/.config/git/templates
[core]
-# excludesfile =
-# attributesFile = ~/.config/git/attributes
editor = vim
-# eol = native
- autocrlf = true
-[include]
- path = ~/.config/git/config_local
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
+[include]
+ path = ~/.config/git/config_local