Browse Source

lib: enable diff color (#8807)

Monson Shao 3 years ago
parent
commit
62648d71bb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lib/theme-and-appearance.zsh

+ 5 - 0
lib/theme-and-appearance.zsh

@@ -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