From 37d9663e70342c8298c2a7fdea0990b4063e85ce Mon Sep 17 00:00:00 2001 From: fro Date: Fri, 31 Oct 2025 10:14:03 -0500 Subject: [PATCH] =?UTF-8?q?/=20@468910.xyz=20=E2=9E=94=20@reduxmail.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dots/bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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