1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

some changes for central

This commit is contained in:
TheGeneralist 2026-05-26 19:00:17 +02:00
parent 06fe648fe5
commit ec497ddace
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 3 additions and 0 deletions

View file

@ -44,6 +44,7 @@
"input"
"scanner"
"docker"
"nginx"
];
shell = pkgs.zsh;
home = "/home/thegeneralist";

View file

@ -55,6 +55,8 @@ in
# https://bernsteinbear.com/git
alias.recent = "! git branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\" | head -10";
safe.directory = "*";
};
};
};