Przeglądaj źródła

Copy batdiff function from git hub page

Does not work ...

[GitHub Bat page](https://github.com/sharkdp/bat)
DricomDragon 4 lat temu
rodzic
commit
3145e061e7

+ 3 - 0
Install/Templates/config/fish/functions/batdiff.fish

@@ -0,0 +1,3 @@
+function batdiff --description 'Git diff powered by Bat Cat'
+	git diff --name-only --diff-filter=d | xargs bat --diff
+end