legacy-dotfiles/.zsh/functions/chpwd_show_todo
2012-11-10 12:57:14 +01:00

7 lines
121 B
Bash

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