chore: update git mail

This commit is contained in:
2025-11-24 20:32:12 +01:00
parent fda8b38696
commit 70303d5f71
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[user]
name = Marco Thomas
email = github@marcothms.de
email = git@marcothms.de
[includeIf "gitdir:~/dev/lrz-gitlab/**"]
path = "~/dev/lrz-gitlab/.gitconfig"
[alias]

View File

@@ -19,6 +19,7 @@ alias blame='git show $(git ls-files | fzf -e --reverse --bind "enter:become(git
# nix
alias nd="nix develop ."
alias ns="nix-shell"
alias nupdate="nix-channel --update"
# https://github.com/loqusion/typix
alias typix="nix flake init --refresh -t github:loqusion/typix"