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