diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index d2848a2..852c7a2 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -500,7 +500,7 @@ rote10() { rotl=$(rotl $1 0) # ${param/pattern/replacement} rotl="${rotl/./}" - emailaddress=$datestamp$rotl"@468910.xyz" + emailaddress=$datestamp$rotl"@reduxmail.com" echo $emailaddress fi @@ -520,7 +520,7 @@ rote36() { rotl=$(rotl $1 0) # ${param/pattern/replacement} rotl="${rotl/./}" - emailaddress=$datestamp$rotl"@468910.xyz" + emailaddress=$datestamp$rotl"@reduxmail.com" echo $emailaddress fi