desktop/colordiff/colordiff.install
2013-12-04 11:01:10 +00:00

7 lines
195 B
Plaintext

post_install() {
echo "You may find it useful to make diff automatically call colordiff. Add the following line to ~/.bashrc (or equivalent):
alias diff=colordiff"
}
# vim:set ts=2 sw=2 et: