all repos — nixfiles @ d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8

System and user configuration, managed by nix and home-manager

git: Set ghq root using gitconfig method
Alan Pearce alan@alanpearce.eu
Wed, 23 Aug 2023 06:40:39 +0200
commit

d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8

parent

2e2a1e9761f6caedc1753abd7b31cbff1b7549fe

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -15,6 +15,7 @@ };     };
     extraConfig = {
       ghq = {
+        root = "projects";
         user = "alanpearce";
       };
       core = {