mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-24 06:56:29 +00:00
Name change in git config
This commit is contained in:
parent
3faaec2655
commit
44437a07d1
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Felix Wittwer
|
name = Felix Suchert
|
||||||
email = dev@felixwittwer.de
|
email = dev@felixsuchert.de
|
||||||
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
|
signingkey = F8634A1CFF7D61608503A70B24363525EA0E8A99
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
|
@ -50,8 +50,8 @@ eval (starship init fish)
|
||||||
## easily share small files via my uberspace
|
## easily share small files via my uberspace
|
||||||
function share
|
function share
|
||||||
scp -q $argv gibbs:~/html/share/
|
scp -q $argv gibbs:~/html/share/
|
||||||
echo "https://share.felixwittwer.de/"$argv
|
echo "https://share.felixsuchert.de/"$argv
|
||||||
echo "https://share.felixwittwer.de/"$argv | pbcopy
|
echo "https://share.felixsuchert.de/"$argv | pbcopy
|
||||||
end
|
end
|
||||||
|
|
||||||
###### Nix Setup ######
|
###### Nix Setup ######
|
||||||
|
|
Loading…
Reference in a new issue