summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/chpwd_show_todo
blob: 88ee853fe800814cf795643938a0e17b6c441086 (plain)
1
2
3
4
5
6
7
# -*- mode: Shell-script -*-

if [ -e ".toudou" ]; then
    toudou
elif [ "$PWD" = "$HOME" ]; then
    toudou list -g
fi