1
1
Fork 0
configs/fish/functions/fld.fish
Jonathan Schleifer 15d24373ac fish: Convert abbreviations to aliases
It's annoying to see fish expand the abbreviation while you type.
2020-06-15 20:58:48 +00:00

3 lines
96 B
Fish

function fld --wraps 'fossil diff'
command fossil diff $argv -N | colordiff | less -FRX
end