changeset 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 e14a0b4fab30
children 3f49f8a2f4a4
files .bash_profile .bashrc .vimrc
diffstat 3 files changed, 21 insertions(+), 18 deletions(-) [+]
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 || \
--- 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
--- a/.vimrc	Tue Dec 22 19:41:39 2009 +0000
+++ b/.vimrc	Tue Dec 22 20:10:21 2009 +0000
@@ -7,7 +7,10 @@
 set mouse=a
 set smartindent
 set smarttab
-set tabstop=3
+set tabstop=4
+set shiftwidth=2
+set softtabstop=2
+set expandtab
 syntax on
 set sw=3
 set bg=dark