1
1
Fork 0
configs/fish/functions/flc.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
93 B
Fish

function flc --wraps='fossil changes --differ'
command fossil changes --differ $argv
end