summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-27 00:35:55 +0200
committerGravatar Tom Willemsen2011-05-27 00:35:55 +0200
commitc2abc34c4de7e277f3ca195a0c86dae0cfa21745 (patch)
tree57291795b8dc1b1b598d506ae3d255fb4be4e88f /zsh
parent7e7d6889ea40c1203c78183871405c9d5d0aab94 (diff)
downloaddotfiles-c2abc34c4de7e277f3ca195a0c86dae0cfa21745.tar.gz
dotfiles-c2abc34c4de7e277f3ca195a0c86dae0cfa21745.zip
ZSH: toudou list function changed
Diffstat (limited to 'zsh')
-rw-r--r--zsh/functions/chpwd_show_todo2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/functions/chpwd_show_todo b/zsh/functions/chpwd_show_todo
index 3c9c522..88ee853 100644
--- a/zsh/functions/chpwd_show_todo
+++ b/zsh/functions/chpwd_show_todo
@@ -3,5 +3,5 @@
if [ -e ".toudou" ]; then
toudou
elif [ "$PWD" = "$HOME" ]; then
- toudou -g
+ toudou list -g
fi