Added automatic alias for colordiff
This commit is contained in:
6
aliases.d/colordiff
Normal file
6
aliases.d/colordiff
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if (which colordiff &> /dev/null)
|
||||
then
|
||||
alias diff=colordiff
|
||||
fi
|
Reference in New Issue
Block a user