legacy-dotfiles/.config/zsh/functions/chpwd_show_todo
2012-11-09 10:44:45 +01:00

7 lines
121 B
Bash

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