1
1
Fork 0

Rename fls alias to fl (and flsd to fld)

This commit is contained in:
Jonathan Schleifer 2020-05-24 13:50:21 +00:00
parent 7f64e66c17
commit 3475b60493
3 changed files with 4 additions and 4 deletions

3
fish/functions/fld.fish Normal file
View file

@ -0,0 +1,3 @@
function fld
fossil diff $argv -N | colordiff | less -FRX
end