Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
68 B

function git-diff-files
git diff --name-only $argv[1] $argv[2]
end