# this file, and we don't want to do that and cause an infinite
# loop.
fi
+ if [[ $EDITOR != emacsclient || $TZ != :/etc/localtime ]]; then
+ if [[ -s /etc/profile.d/environment.sh ]]; then
+ source /etc/profile.d/environment.sh
+ fi
+ fi
# source brc and brc2 if they exist. We have to readlink because we
# could be using sl() from ./brc.
#### setup bash for root
-for x in /a/c/{.bashrc,brc,brc2,.bash_profile,.profile,.inputrc,path_add_function}; do
+for x in /a/c/{.bashrc,brc,brc2,.bash_profile,.profile,.inputrc,path_add-function}; do
sudo -i <<EOF
PATH="/a/exe:$PATH"
lnf $x /root