From 44437a07d1ee65111ca0d65d0ed7452b063b4e2b Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Sun, 23 Oct 2022 18:17:52 +0200 Subject: [PATCH] Name change in git config --- tycho/.gitconfig | 4 ++-- tycho/terminal/config.fish | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tycho/.gitconfig b/tycho/.gitconfig index 49fbbb0..7e63165 100644 --- a/tycho/.gitconfig +++ b/tycho/.gitconfig @@ -1,6 +1,6 @@ [user] - name = Felix Wittwer - email = dev@felixwittwer.de + name = Felix Suchert + email = dev@felixsuchert.de signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99 [push] default = simple diff --git a/tycho/terminal/config.fish b/tycho/terminal/config.fish index 7676580..b854592 100644 --- a/tycho/terminal/config.fish +++ b/tycho/terminal/config.fish @@ -50,8 +50,8 @@ eval (starship init fish) ## easily share small files via my uberspace function share scp -q $argv gibbs:~/html/share/ - echo "https://share.felixwittwer.de/"$argv - echo "https://share.felixwittwer.de/"$argv | pbcopy + echo "https://share.felixsuchert.de/"$argv + echo "https://share.felixsuchert.de/"$argv | pbcopy end ###### Nix Setup ######