[READ-ONLY] Mirror of https://github.com/usrrname/dotfiles. There was an attempt to store my configs
shovelware nix-pkgs nix
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(git): enable fetch.prune by default

usrrname (Jul 5, 2026, 8:49 PM EDT) 7e2b3232 1db55bf0

+1
+1
modules/git.nix
··· 22 22 push.autoSetupRemote = true; 23 23 init.defaultBranch = "main"; 24 24 pull.rebase = true; 25 + fetch.prune = true; 25 26 alias = { 26 27 g = "git"; 27 28 gco = "checkout";