diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index fe06d15..2451b62 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -12,6 +12,7 @@ co = commit ch = checkout br = branch + worktree-ai = "!~/bin/git-worktree-ai" [interactive] diffFilter = sh -c 'command -v diff-so-fancy >/dev/null && exec diff-so-fancy --patch || exec cat' [color]