ZSH: toudou list function changed

This commit is contained in:
Tom Willemsen 2011-05-27 00:35:55 +02:00
parent 7e7d6889ea
commit c2abc34c4d

View file

@ -3,5 +3,5 @@
if [ -e ".toudou" ]; then
toudou
elif [ "$PWD" = "$HOME" ]; then
toudou -g
toudou list -g
fi