From a88e917a5f1e089397b3b0e759d0a7e60d6cf8ca Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Mar 2026 23:02:01 +0530 Subject: Override make to add exit code --- autoload/git.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/git.kak') diff --git a/autoload/git.kak b/autoload/git.kak index 0745a61..aa6a66f 100644 --- a/autoload/git.kak +++ b/autoload/git.kak @@ -34,5 +34,5 @@ define-command git-toggle-diff %{ define-command git-line-blame %{ terminal-singleton git-blame sh -c \ - "git -p log -u -L '%sh{echo ""$kak_selection_desc"" | sed -E 's/\.[0-9]+//g'}:%val{buffile}' --color=always" + "git -p log -u -L '%sh{echo ""$kak_selection_desc"" | sed -E 's/\.[0-9]+//g'}:%val{buffile}' --color=always | delta" } -- cgit v1.3.1