mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
7 lines
195 B
Plaintext
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:
|