legacy-dotfiles/zsh/functions/chpwd_show_todo
2011-05-27 00:35:55 +02:00

7 lines
121 B
Bash

# -*- mode: Shell-script -*-
if [ -e ".toudou" ]; then
toudou
elif [ "$PWD" = "$HOME" ]; then
toudou list -g
fi