File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ with pkgs; lib.attrValues {
50
50
alternative = [
51
51
bat # A cat(1) clone with syntax highlighting and Git integration
52
52
colordiff # Compare FILES line by line.hto
53
+ difftastic # A syntax-aware diff
53
54
eza # A modern replacement for the venerable file-listing command-line program
54
55
fd # A simple, fast and user-friendly alternative to 'find'
55
56
ripgrep # An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line
Original file line number Diff line number Diff line change 15
15
excludesFile = ~/.config/git/ignore
16
16
attributesFile = ~/.config/git/attributes
17
17
18
+ [diff ]
19
+ external = difft
20
+
18
21
[init ]
19
22
defaultBranch = main
20
23
133
136
remote-set-url-me = ! git remote set-url origin
[email protected] :
\" $( git config --global user.name) \" /
\" $( basename $( pwd) ) \"
134
137
res = restore
135
138
s = status --show-stash
136
- sh = show
139
+ sh = show --ext-diff
137
140
ss = status --show-stash -s
138
141
st = stash
139
142
stm = stash -m
155
158
line-numbers = true
156
159
side-by-side = true
157
160
161
+ [difftool ]
162
+ # Run the difftool immediately, don't ask 'are you sure' each time.
163
+ prompt = false
164
+
158
165
[http ]
159
- sslVerify = false
166
+ sslVerify = false
You can’t perform that action at this time.
0 commit comments