From 01feb857ec271d3bfabd1265528bcbb5e401c432 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 12 Feb 2013 16:49:08 -0800 Subject: [PATCH] I am no longer using devtodo --- .zsh/zshrc/30_aliases | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index b09f4b1..e028885 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -197,12 +197,4 @@ compdef asc=ssh alias mdtest='swaks -s localhost -t' -if whence devtodo >/dev/null; then - _devtodo_on_chpwd() { - local out; out="$(devtodo)" - [[ -n $out ]] && print "todo:\n$out" - } - [[ -z ${(M)chpwd_functions:#_devtodo_on_chpwd} ]] && chpwd_functions+=_devtodo_on_chpwd -fi - # vim:ft=zsh -- 2.39.2