Add cvsd to get a colored cvs diff
This commit is contained in:
parent
4a1740f2d6
commit
dc82e6298f
3 changed files with 26 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue