legacy-dotfiles/zsh/.zsh/functions/chpwd_show_todo

8 lines
121 B
Text
Raw Normal View History

2014-07-01 22:53:27 +02:00
# -*- mode: Shell-script -*-
if [ -e ".toudou" ]; then
toudou
elif [ "$PWD" = "$HOME" ]; then
toudou list -g
fi