git: Set ghq root using gitconfig method
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/git.nix → user/settings/git.nix
@@ -15,6 +15,7 @@ }; }; extraConfig = { ghq = { + root = "projects"; user = "alanpearce"; }; core = {