add: zsh
This commit is contained in:
parent
918a0708a6
commit
296c26752c
8 changed files with 1928 additions and 59 deletions
.config/git
|
@ -3,10 +3,21 @@
|
|||
name = Tobias Reisinger
|
||||
signingkey = 723B78C0BF8D8C721D2C4EEF41E544A54E2533B2
|
||||
[core]
|
||||
excludesfile = ~/.config/git/ignore
|
||||
editor = vim
|
||||
pager = less
|
||||
excludesfile = /home/tr3isinger/.config/git/ignore
|
||||
autocrlf = input
|
||||
[help]
|
||||
autocorrect = 20
|
||||
[diff]
|
||||
external = /home/tr3isinger/.config/git/ext_diff.sh
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
[alias]
|
||||
dt = difftool
|
||||
d = diff
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
conflictstyle = diff3
|
||||
[mergetool]
|
||||
prompt = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue