This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/scripts/diffr

13 lines
407 B
Plaintext
Raw Normal View History

2020-12-01 20:15:39 +01:00
#!/bin/sh
2022-02-09 00:41:09 +01:00
/usr/bin/env diffr \
2020-12-01 20:15:39 +01:00
--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' \
$@