Mercurial > index.cgi > dotfiles
diff .bashrc @ 197:954d25f20123
Removing toodledo stuff (no longer used)
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 30 Sep 2020 10:54:00 -0400 |
parents | b2dc752234ae |
children | 6e7913283c7a |
line wrap: on
line diff
--- a/.bashrc Wed Sep 30 10:47:23 2020 -0400 +++ b/.bashrc Wed Sep 30 10:54:00 2020 -0400 @@ -205,11 +205,3 @@ [[ $MIBDIRS =~ ^\+ ]] || export MIBDIRS=+$MIBDIRS export MIBS=ALL fi - -# Display todo list -[[ "$PS1" && -f $HOME/.todo ]] && cat $HOME/.todo - -[[ "$PS1" && -f $HOME/.todo && `eval $TDSTAT` -lt `eval $HDATE` ]] && { - update_toodledo & - disown %+ -}