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

if [ -e ".todo" ]; then
    todo
fi