From 3e8cdad00b50472d2c7e15fe619e295aab2958d6 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 23 Oct 2017 09:38:44 +0300 Subject: [PATCH] Alias diff to use colored output. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index d762828..c270a3e 100644 --- a/.bashrc +++ b/.bashrc @@ -42,6 +42,7 @@ if [ -x /usr/bin/dircolors ]; then eval "$(dircolors -b)" alias ls='ls --color=auto' alias grep='grep --color=auto' + alias diff='diff --color=auto' fi # shellcheck disable=SC2142 -- GitLab