From c2abc34c4de7e277f3ca195a0c86dae0cfa21745 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 27 May 2011 00:35:55 +0200 Subject: ZSH: toudou list function changed --- zsh/functions/chpwd_show_todo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/functions') diff --git a/zsh/functions/chpwd_show_todo b/zsh/functions/chpwd_show_todo index 3c9c522..88ee853 100644 --- a/zsh/functions/chpwd_show_todo +++ b/zsh/functions/chpwd_show_todo @@ -3,5 +3,5 @@ if [ -e ".toudou" ]; then toudou elif [ "$PWD" = "$HOME" ]; then - toudou -g + toudou list -g fi -- cgit v1.2.3-54-g00ecf