Files
home-manager/tests/modules/programs/ec/ec-git.conf
Kristoffer Plagborg Bak Sørensen 7519f615df ec: init module
Adds Home Manager module for ec, a 3-way terminal native Git merge conflict resolver.

The module supports:
- Git integration by configuring ec as a mergetool.
2026-05-18 10:35:29 -05:00

13 lines
200 B
Plaintext

[gpg]
format = "openpgp"
[gpg "openpgp"]
program = "@gnupg@/bin/gpg"
[merge]
tool = "ec"
[mergetool "ec"]
cmd = "@ec@/bin/ec \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\""
trustExitCode = true