From 535ee7efdf9da1f046721ccbf2faf674601f1b4b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 9 Jan 2025 00:10:24 -0500 Subject: [PATCH] global/git: add gh settings --- users/modules/global/git.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/modules/global/git.nix b/users/modules/global/git.nix index 66d1077..dcc3e4c 100644 --- a/users/modules/global/git.nix +++ b/users/modules/global/git.nix @@ -99,7 +99,12 @@ programs.gh = { enable = true; settings = { + prompt = "enabled"; git_protocol = "ssh"; + aliases = { + co = "pr checkout"; + clone = "repo clone"; + }; }; }; }