summaryrefslogtreecommitdiffstats
path: root/.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 /.zsh/functions/chpwd_show_todo
parent3104a8c298d964662bb09cc5e2a78d4bb1e104d0 (diff)
downloaddotfiles-41dca31756298ef9803172e6e982e554665258f9.tar.gz
dotfiles-41dca31756298ef9803172e6e982e554665258f9.zip
Move ZSH configs
Diffstat (limited to '.zsh/functions/chpwd_show_todo')
-rw-r--r--.zsh/functions/chpwd_show_todo7
1 files changed, 0 insertions, 7 deletions
diff --git a/.zsh/functions/chpwd_show_todo b/.zsh/functions/chpwd_show_todo
deleted file mode 100644
index 88ee853..0000000
--- a/.zsh/functions/chpwd_show_todo
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- mode: Shell-script -*-
-
-if [ -e ".toudou" ]; then
- toudou
-elif [ "$PWD" = "$HOME" ]; then
- toudou list -g
-fi