]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh: Remove useless todo function.
authorSimon Ruderich <simon@ruderich.org>
Fri, 24 Apr 2009 22:08:20 +0000 (00:08 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 24 Apr 2009 22:08:20 +0000 (00:08 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 4d64ece7afbcf9fa3eec3a543a00aa5d9a6c58ad..461c294244c9f48cdf23f0822b6b6de05cb1aa3c 100644 (file)
--- 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