diff .bashrc @ 27:a6c93cf45e90

* New changes to tab stuff, see if I like it better * Removing tabs from dotfiles, replace with spaces
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Tue, 22 Dec 2009 20:10:21 +0000
parents f65964738bab
children ca6c77fe843b
line wrap: on
line diff
--- a/.bashrc	Tue Dec 22 19:41:39 2009 +0000
+++ b/.bashrc	Tue Dec 22 20:10:21 2009 +0000
@@ -8,7 +8,7 @@
 
 # Source global definitions
 if [ -f /etc/bashrc ]; then
-	. /etc/bashrc
+   . /etc/bashrc
 fi
 
 # User specific aliases and functions
@@ -113,8 +113,8 @@
 if [ -d $HOME/mibs ]; then
    for D in `find $HOME/mibs -type d` ; do
       [[ "$MIBDIRS" =~ "(^\+|:)$D($|:)" ]] || \
-	   export MIBDIRS=${MIBDIRS:+$MIBDIRS:}$D
-	done
+      export MIBDIRS=${MIBDIRS:+$MIBDIRS:}$D
+   done
 
    [[ "$MIBDIRS" =~ "^\+" ]] || export MIBDIRS=+$MIBDIRS
    export MIBS=ALL