Remove name/email from bashrc

This commit is contained in:
Anthony Rose 2021-03-11 22:49:39 +00:00
parent 4e26a596ad
commit f20cf89ca3

View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
export ACP_BASHRC=1 export ACP_BASHRC=1
if [ -f /etc/bashrc ] if [ -f /etc/bashrc ]
@ -110,8 +110,6 @@ export LC_TELEPHONE
# Other exports. # Other exports.
export ANSIBLE_NOCOWS=1 export ANSIBLE_NOCOWS=1
export DEBEMAIL=anthony@acperkins.com
export DEBFULLNAME="Anthony Perkins"
export EDITOR=vi export EDITOR=vi
export HISTCONTROL=ignorespace:ignoredups export HISTCONTROL=ignorespace:ignoredups
export PAPERSIZE=a4 export PAPERSIZE=a4