Name change in git config

This commit is contained in:
Felix Suchert 2022-10-23 18:17:52 +02:00
parent 3faaec2655
commit 44437a07d1
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[user]
name = Felix Wittwer
email = dev@felixwittwer.de
name = Felix Suchert
email = dev@felixsuchert.de
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
[push]
default = simple

View file

@ -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 ######