Skip to content

Commit

Permalink
feat(git): show diff side by side
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Dec 13, 2023
1 parent c53095c commit d244d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ in
options = {
true-color = "always";
syntax-theme = "base16-256";
line-numbers = true;
side-by-side = true;
};
};
ignores = [
Expand Down

0 comments on commit d244d46

Please sign in to comment.