diff .bash_profile @ 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/.bash_profile	Tue Dec 22 19:41:39 2009 +0000
+++ b/.bash_profile	Tue Dec 22 20:10:21 2009 +0000
@@ -6,7 +6,7 @@
 
 # Get the aliases and functions
 if [ -f ~/.bashrc ]; then
-	. ~/.bashrc
+   . ~/.bashrc
 fi
 
 # User specific environment and startup programs
@@ -58,16 +58,16 @@
    `eval $DFSTAT` -lt `eval $MDATE` ]] && {
    echo -n Dotfiles last checked over a month ago
 
-	# Here we switch for hosts we don't want to check, just warn
-	case `hostname -s` in
-	   bt)
-		   echo
-			touch $HOME/.dotfilets
-			;;
-		*)
-		   echo , running a status test.
+   # Here we switch for hosts we don't want to check, just warn
+   case `hostname -s` in
+      bt)
+         echo
+         touch $HOME/.dotfilets
+         ;;
+       *)
+         echo , running a status test.
          svn st -u && touch $HOME/.dotfilets &
-	esac
+   esac
 }
 
 # Work in progress - toodledo to ~/.todo
@@ -75,12 +75,12 @@
 #
 #case `hostname -s` in
 #   xanadu|rapture)
-#	   TOODLEDO_CMD="hotlist"
-#		;;
+#      TOODLEDO_CMD="hotlist"
+#      ;;
 #
 #   milton)
-#	   TOODLEDO_CMD="tasks *Personal"
-#		;;
+#      TOODLEDO_CMD="tasks *Personal"
+#      ;;
 #esac
 #
 #[[ ! -f $HOME/.todo || \