X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Ffeisty_inits%2Fdot.bashrc-root;h=944ed1ad3ae663238a0c33d44ca49ebd79089d3f;hb=bd161b5a4309c4a156ea05677ccf2388374c2307;hp=e0facb150007d8b81a7e37f0802fc31e5fccf806;hpb=519a5fb3d2f945d6627e457de37ef0c28f290538;p=feisty_meow.git diff --git a/infobase/feisty_inits/dot.bashrc-root b/infobase/feisty_inits/dot.bashrc-root index e0facb15..944ed1ad 100644 --- a/infobase/feisty_inits/dot.bashrc-root +++ b/infobase/feisty_inits/dot.bashrc-root @@ -5,9 +5,14 @@ ############## -# drag in the default version of this file. this may not be needed if your -# .bashrc script already has substantial code or already does this. -source /etc/bash.bashrc +if [ -f /etc/bash.bashrc ]; then + # drag in the default version of this file. this may not be needed if your + # .bashrc script already has substantial code or already does this. + source /etc/bash.bashrc +elif [ -f /etc/bashrc ]; then + # pull in the mac's version of this file. + source /etc/bashrc +fi ##############