fully functional death star
[feisty_meow.git] / infobase / feisty_inits / dot.bashrc-root
index b3ff3381074e72f7ee45695602bb5a23e5d572bf..944ed1ad3ae663238a0c33d44ca49ebd79089d3f 100644 (file)
@@ -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
 
 ##############