Remove name/email from bashrc
This commit is contained in:
parent
4e26a596ad
commit
f20cf89ca3
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue