c and cpp indent: always 2-space, et
[cmccabe-etc] / .bashrc
diff --git a/.bashrc b/.bashrc
index b424553..ca8b97a 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,5 +1,8 @@
 # .bashrc
 
+if [ "x$BASH_VERSION" = "x" ]; then
+        :
+else
 # Source global definitions
 if [ -f /etc/bashrc ]; then
        . /etc/bashrc
@@ -48,3 +51,4 @@ export HISTIGNORE="[ ]*"
 
 # Append history list of current session to HISTFILE
 shopt -s histappend
+fi