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

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