# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1261512621 0 # Node ID a6c93cf45e90ed3953b73985c3cfe118aeb28098 # Parent e14a0b4fab305371250ec79ab21b73a2da82791a * New changes to tab stuff, see if I like it better * Removing tabs from dotfiles, replace with spaces diff -r e14a0b4fab30 -r a6c93cf45e90 .bash_profile --- 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 || \ diff -r e14a0b4fab30 -r a6c93cf45e90 .bashrc --- 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 diff -r e14a0b4fab30 -r a6c93cf45e90 .vimrc --- 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