File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
- export PATH=/usr/local/bin: " ${HOME} " /.local/bin:" ${PATH} "
1
+ export PATH=" ${HOME} " /.local/bin:" ${PATH} "
2
2
3
3
# Sandbox homebrew on macOS
4
4
# See https://gist.github.com/pudquick/29bc95b6c49703992981864e48f8e341
Original file line number Diff line number Diff line change 5
5
6
6
# Show the user email for the current repository.
7
7
whoami = config user.email
8
- df = diff --word-diff=color
8
+ df = diff --word-diff=color
9
9
10
10
[apply]
11
11
64
64
# Detect copies as well as renames.
65
65
renames = copies
66
66
67
- [diff]
68
-
69
67
# Detect moved blocks of code and style them differently
70
68
colorMoved = default
71
69
83
81
84
82
# Include summaries of merged commits in newly created merge commit messages
85
83
log = true
84
+ tool = vimdiff
85
+ conflictstyle = diff3
86
86
87
87
[push]
88
88
100
100
fsckobjects = true
101
101
102
102
[mergetool]
103
+
103
104
keepBackup = false
105
+ prompt = false
104
106
105
107
[init]
106
108
107
109
defaultBranch = main
110
+
111
+ [commit]
112
+
113
+ gpgsign = true
114
+
115
+ [tag]
116
+
117
+ gpgSign = true
118
+
You can’t perform that action at this time.
0 commit comments