lib: enable diff color (#8807)

This commit is contained in:
Monson Shao 2020-07-02 02:51:13 +08:00 committed by GitHub
parent d24a9dbccc
commit 62648d71bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,11 @@ if [[ "$DISABLE_LS_COLORS" != "true" ]]; then
fi
fi
# enable diff color if possible.
if diff --color . . &>/dev/null; then
alias diff='diff --color'
fi
setopt auto_cd
setopt multios
setopt prompt_subst