summaryrefslogtreecommitdiff
path: root/home/git
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-29 08:52:57 +0200
committerLinnnus <[email protected]>2024-04-29 08:52:57 +0200
commit4d1dded46c30434de31203c124327987dc45a7ad (patch)
tree56d90791e7bc7a9e064ae28a631e041ea47d6f6c /home/git
parent1930c167863f6e427c7d778d9295148ef9f3f57e (diff)
home/git: Autocorrect yayyyy
Diffstat (limited to 'home/git')
-rw-r--r--home/git/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/git/default.nix b/home/git/default.nix
index 3085556..b0ed3bb 100644
--- a/home/git/default.nix
+++ b/home/git/default.nix
@@ -18,6 +18,8 @@ in {
extraConfig = {
init.defaultBranch = "master";
+ help.autoCorrect = "prompt";
+
credential = {
"https://github.com/" = {
username = "linnnus";