1
1
Fork 0

Add cvsd to get a colored cvs diff

This commit is contained in:
Jonathan Schleifer 2020-08-30 03:44:27 +00:00
parent 4a1740f2d6
commit dc82e6298f
3 changed files with 26 additions and 1 deletions

View file

@ -1,5 +1,5 @@
function fld --wraps 'fossil diff'
if type -q colordiff2
if type -q colordiff
command fossil diff -N $argv | colordiff | less -FRX
else
set -l red (tput setaf 1)