mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 16:40:14 +00:00
modify git config for work
This commit is contained in:
@ -39,9 +39,10 @@
|
||||
let
|
||||
|
||||
# Global configuration for my systems
|
||||
globals = {
|
||||
globals = rec {
|
||||
user = "noah";
|
||||
fullName = "Noah Masur";
|
||||
gitName = fullName;
|
||||
gitEmail = "7386960+nmasur@users.noreply.github.com";
|
||||
mailServer = "noahmasur.com";
|
||||
dotfilesRepo = "https://github.com/nmasur/dotfiles";
|
||||
|
Reference in New Issue
Block a user