Zsh: Add diff alais to make it output colors

This commit is contained in:
tastytea 2022-03-23 16:19:02 +01:00
parent c8dce951d6
commit d6eb4e3090
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -84,6 +84,8 @@ alias cat='cat-highlight'
alias machklein='mksmol'
alias alias diff='diff --color=auto'
# OS specific settings.
case $(lsb_release -i -s 2> /dev/null) in
Gentoo)