diff --git a/home/.config/nvim/nvim-tree.vim b/home/.config/nvim/nvim-tree.vim index d49fb59..6083ee6 100644 --- a/home/.config/nvim/nvim-tree.vim +++ b/home/.config/nvim/nvim-tree.vim @@ -21,7 +21,7 @@ local function my_on_attach(bufnr) -- however, through magic, the default keys are loaded anyways ONLY IN WSL -- I have made a separate branch (wsl) for any such things -- just use a proper Linux, if possible - --api.config.mappings.default_on_attach(bufnr) + api.config.mappings.default_on_attach(bufnr) -- custom mappings -- cd diff --git a/home/.gitconfig b/home/.gitconfig index 50fcf7a..2039469 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -1,7 +1,7 @@ [user] - email = Christoph.Scherr@newtec.de - name = Christoph J. Scherr - signingkey = Christoph.Scherr@newtec.de + email = software@cscherr.de + name = PlexSheep + signingkey = software@cscherr.de [credential] helper = store --file ~/.git-credentials [commit]