X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=infobase%2Ffeisty_inits%2Fdot.bashrc-root;h=944ed1ad3ae663238a0c33d44ca49ebd79089d3f;hp=b3ff3381074e72f7ee45695602bb5a23e5d572bf;hb=bd161b5a4309c4a156ea05677ccf2388374c2307;hpb=ceddbd2668b4696288c0c34a329722ae42d36fa8 diff --git a/infobase/feisty_inits/dot.bashrc-root b/infobase/feisty_inits/dot.bashrc-root index b3ff3381..944ed1ad 100644 --- a/infobase/feisty_inits/dot.bashrc-root +++ b/infobase/feisty_inits/dot.bashrc-root @@ -9,6 +9,9 @@ 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 ##############