From a66794c98aecaf0c612fcec5488b84b422e05e92 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 25 Apr 2009 00:08:20 +0200 Subject: [PATCH] zsh: Remove useless todo function. --- zsh/rc | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.44.1