1
0
Fork 0
vdotfiles/dot_config/fish/functions/gdf.fish

4 lines
90 B
Fish
Raw Permalink Normal View History

2025-06-27 13:09:46 +03:00
function gdf
git diff $argv | command diff-so-fancy | command less --tabs=4 -RSFX
end