diff options
| -rw-r--r-- | hosts/home.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 045d277..4368510 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -190,6 +190,13 @@ name = "Baitinq"; email = "[email protected]"; }; + ui = { + diff-formatter = ":git"; + conflict-marker-style = "git"; + }; + aliases = { + tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"]; + }; signing = { behavior = "own"; backend = "gpg"; |