X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.bashrc;h=ca8b97ad506cc2b91e9df89468e424d211cf449d;hb=ad7fceab5f5404f8e4071f8ce23c839433fee4ac;hp=b424553e2007894bd808fd8eca8955d0434773d9;hpb=0a97cf990f7f3ad45495df8f00d40e1bd5a722fd;p=cmccabe-etc diff --git a/.bashrc b/.bashrc index b424553..ca8b97a 100644 --- 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