Update more scripts to be just scripts
This commit is contained in:
parent
163debc8a0
commit
611a41562e
12 changed files with 167 additions and 183 deletions
12
scripts/_diffr
Normal file
12
scripts/_diffr
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec diffr \
|
||||
--colors 'refine-added:foreground:green:underline' \
|
||||
--colors 'refine-added:background:none' \
|
||||
--colors 'refine-removed:foreground:red:underline' \
|
||||
--colors 'refine-removed:background:none' \
|
||||
--colors 'added:foreground:green' \
|
||||
--colors 'added:background:none' \
|
||||
--colors 'removed:foreground:red' \
|
||||
--colors 'removed:background:none' \
|
||||
"$@"
|
Loading…
Add table
Add a link
Reference in a new issue