fully functional death star
[feisty_meow.git] / infobase / feisty_inits / dot.bashrc-normal-user
index fde023212e7de61709a0d8c90674f7a99cb34296..9c15d01120ecaa85b661bb9186fa9bcd40c4a69c 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
 
 ##############