legacy-dotfiles/zsh/.zsh/functions/chpwd_show_todo
2014-08-21 00:14:54 +02:00

7 lines
121 B
Bash

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