1
0
Fork 0

fish: add gdf function

This commit is contained in:
Von Random 2025-06-27 13:09:46 +03:00
parent df51b158ae
commit ecbcca3f05

View file

@ -0,0 +1,3 @@
function gdf
git diff $argv | command diff-so-fancy | command less --tabs=4 -RSFX
end