aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/fcuny/cli/git.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/fcuny/cli/git.nix b/users/fcuny/cli/git.nix
index 63a5bd1..30ee841 100644
--- a/users/fcuny/cli/git.nix
+++ b/users/fcuny/cli/git.nix
@@ -22,9 +22,7 @@
signByDefault = true;
};
extraConfig = {
- "credential \"https://github.com\"" = {
- username = "fcuny";
- };
+ "credential \"https://github.com\"" = { username = "fcuny"; };
"credential \"https://git.fcuny.net\"" = {
username = "fcuny";
helper = "!echo -n 'password='; pass git/git.fcuny.net";