I hate rm -i and cp -i
In /etc/profile.d/colorls.sh at the bottom is where that is aliased, I sometimes comment them out in that file.
However if I do "unalias rm 2>dev/null" in /etc/profile.d/local.sh that does not work
If I put that unalias in /etc/profile.d/anythingelse.sh then it works.
why?
I've been not using "sh.local"
When I started playing with centos7.6 I coincidentally created a new "local.sh"
having an empty "sh.local" there bothers me when having a "local.sh"

For BASH, anything .sh under /etc/profile.d/ gets sourced correct?