summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/functions/chpwd_show_todo2
1 files changed, 1 insertions, 1 deletions
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