diff options
author | Linnnus <[email protected]> | 2024-04-29 08:52:57 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-29 08:52:57 +0200 |
commit | 4d1dded46c30434de31203c124327987dc45a7ad (patch) | |
tree | 56d90791e7bc7a9e064ae28a631e041ea47d6f6c /home/git/default.nix | |
parent | 1930c167863f6e427c7d778d9295148ef9f3f57e (diff) |
home/git: Autocorrect yayyyy
Diffstat (limited to 'home/git/default.nix')
-rw-r--r-- | home/git/default.nix | 2 |
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"; |