Mercurial > index.cgi > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
26:e14a0b4fab30 | 27:a6c93cf45e90 |
---|---|
4 # non-interactive shells with the --login option. So things which you | 4 # non-interactive shells with the --login option. So things which you |
5 # want to happen only on login shells should go here. | 5 # want to happen only on login shells should go here. |
6 | 6 |
7 # Get the aliases and functions | 7 # Get the aliases and functions |
8 if [ -f ~/.bashrc ]; then | 8 if [ -f ~/.bashrc ]; then |
9 . ~/.bashrc | 9 . ~/.bashrc |
10 fi | 10 fi |
11 | 11 |
12 # User specific environment and startup programs | 12 # User specific environment and startup programs |
13 | 13 |
14 # BASH_ENV is sourced for non-interactive shells; however, since we | 14 # BASH_ENV is sourced for non-interactive shells; however, since we |
56 | 56 |
57 [[ ! -f $HOME/.dotfilets || \ | 57 [[ ! -f $HOME/.dotfilets || \ |
58 `eval $DFSTAT` -lt `eval $MDATE` ]] && { | 58 `eval $DFSTAT` -lt `eval $MDATE` ]] && { |
59 echo -n Dotfiles last checked over a month ago | 59 echo -n Dotfiles last checked over a month ago |
60 | 60 |
61 # Here we switch for hosts we don't want to check, just warn | 61 # Here we switch for hosts we don't want to check, just warn |
62 case `hostname -s` in | 62 case `hostname -s` in |
63 bt) | 63 bt) |
64 echo | 64 echo |
65 touch $HOME/.dotfilets | 65 touch $HOME/.dotfilets |
66 ;; | 66 ;; |
67 *) | 67 *) |
68 echo , running a status test. | 68 echo , running a status test. |
69 svn st -u && touch $HOME/.dotfilets & | 69 svn st -u && touch $HOME/.dotfilets & |
70 esac | 70 esac |
71 } | 71 } |
72 | 72 |
73 # Work in progress - toodledo to ~/.todo | 73 # Work in progress - toodledo to ~/.todo |
74 #[[ -f $HOME/.todo ]] && cat $HOME/.todo | 74 #[[ -f $HOME/.todo ]] && cat $HOME/.todo |
75 # | 75 # |
76 #case `hostname -s` in | 76 #case `hostname -s` in |
77 # xanadu|rapture) | 77 # xanadu|rapture) |
78 # TOODLEDO_CMD="hotlist" | 78 # TOODLEDO_CMD="hotlist" |
79 # ;; | 79 # ;; |
80 # | 80 # |
81 # milton) | 81 # milton) |
82 # TOODLEDO_CMD="tasks *Personal" | 82 # TOODLEDO_CMD="tasks *Personal" |
83 # ;; | 83 # ;; |
84 #esac | 84 #esac |
85 # | 85 # |
86 #[[ ! -f $HOME/.todo || \ | 86 #[[ ! -f $HOME/.todo || \ |
87 # `eval $TDSTAT` -lt `eval $HDATE` ]] && { | 87 # `eval $TDSTAT` -lt `eval $HDATE` ]] && { |
88 # echo "To-do list as of `date`" > $HOME/.todo | 88 # echo "To-do list as of `date`" > $HOME/.todo |