diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index aa98e6b..52934e5 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -65,6 +65,8 @@ export TIME_STYLE="long-iso" # Other exports. export ANSIBLE_NOCOWS=1 +export DEBEMAIL="anthony@acperkins.com" +export DEBFULLNAME="Anthony Perkins" export EDITOR=vi export POWERSHELL_TELEMETRY_OPTOUT=1 export PYTHONWARNINGS="ignore::UserWarning"