legacy-dotfiles/zsh/functions/chpwd_show_todo
2011-05-16 10:57:14 +02:00

7 lines
116 B
Bash

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