summaryrefslogtreecommitdiffstats
path: root/.config/zsh/functions/chpwd_show_todo
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-11-09 10:44:45 +0100
committerGravatar Tom Willemsen2012-11-09 10:44:45 +0100
commit41dca31756298ef9803172e6e982e554665258f9 (patch)
tree8e56f2395ccd9b48726df1b05099752f98ce109a /.config/zsh/functions/chpwd_show_todo
parent3104a8c298d964662bb09cc5e2a78d4bb1e104d0 (diff)
downloaddotfiles-41dca31756298ef9803172e6e982e554665258f9.tar.gz
dotfiles-41dca31756298ef9803172e6e982e554665258f9.zip
Move ZSH configs
Diffstat (limited to '.config/zsh/functions/chpwd_show_todo')
-rw-r--r--.config/zsh/functions/chpwd_show_todo7
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/zsh/functions/chpwd_show_todo b/.config/zsh/functions/chpwd_show_todo
new file mode 100644
index 0000000..88ee853
--- /dev/null
+++ b/.config/zsh/functions/chpwd_show_todo
@@ -0,0 +1,7 @@
+# -*- mode: Shell-script -*-
+
+if [ -e ".toudou" ]; then
+ toudou
+elif [ "$PWD" = "$HOME" ]; then
+ toudou list -g
+fi