Skip to content

Commit

Permalink
Use smerge path
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Mar 13, 2024
1 parent 41e2358 commit fa4d178
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home/git/global.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
cmd = "${pkgs.meld}/bin/meld $LOCAL $REMOTE";
};
mergetool = {
smerge = {
cmd = ''${pkgs.sublime-merge}/bin/smerge'';
keepBackup = false;
};
pycharm = {
cmd = ''pycharm-community merge "$LOCAL" "$REMOTE" "$BASE" "$MERGED"'';
keepBackup = false;
Expand All @@ -147,10 +151,6 @@
cmd = "nvim +Conflicted";
keepBackup = false;
};
smerge = {
cmd = "smerge";
keepBackup = false;
};
prompt = false;
vimdiff = {
cmd = "nvim -d";
Expand Down

0 comments on commit fa4d178

Please sign in to comment.