home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 43461f2af223af5a147f3ecff1b893de891fe23b
parent e641d0b33dd489921d815da6364b62c64116a7e4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 20 Dec 2018 10:16:54 +0100

git: add forge.remote default to upstream…

… I tend to use upstream for upstream instead of origin 🐅

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/git.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/modules/profiles/git.nix b/modules/profiles/git.nix @@ -58,6 +58,9 @@ in core = { editor = "${pkgs.emacs}/bin/emacsclient -t"; }; + forge = { + remote = "upstream"; + }; color = { status = "auto"; diff = "auto";