From: Simon Ruderich Date: Fri, 24 Apr 2009 22:08:20 +0000 (+0200) Subject: zsh: Remove useless todo function. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=a66794c98aecaf0c612fcec5488b84b422e05e92;p=config%2Fdotfiles.git zsh: Remove useless todo function. --- diff --git a/zsh/rc b/zsh/rc index 4d64ece..461c294 100644 --- a/zsh/rc +++ b/zsh/rc @@ -410,13 +410,6 @@ TRAPINT() { return $1 } -# Display TODOs stored in ~/.todo if this file exists. -todo() { - if [[ -f ~/.todo ]]; then - cat ~/.todo | $PAGER - fi -} - # Colorize stderr. Very useful when looking for errors. Thanks to # http://gentoo-wiki.com/wiki/Zsh exec 2>>(while read line; do