Added automatic alias for colordiff

This commit is contained in:
Xavier Logerais 2018-12-14 16:17:53 +01:00
parent 7362c36ab8
commit dd8554f7fa

6
aliases.d/colordiff Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if (which colordiff &> /dev/null)
then
alias diff=colordiff
fi