summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-01-01 03:11:16 +0100
committerGravatar Tom Willemsen2011-01-01 03:11:16 +0100
commit2b8467c945910bded807b6e799de6a59628173a5 (patch)
treef9bf2681b1a3b3f42d10594d324c3a07a859c8a8 /zsh
parent358dd3a75c9b19829a37a940255001bcfe81755d (diff)
downloaddotfiles-2b8467c945910bded807b6e799de6a59628173a5.tar.gz
dotfiles-2b8467c945910bded807b6e799de6a59628173a5.zip
Emacs, newsbeuter, zsh
Removed whitespace-mode from emacs, it was messing up the performance of my settings. Removed old settings from emacs that I didn't use anymore. Now showing the article index in articlelist in newsbeuter
Diffstat (limited to 'zsh')
-rw-r--r--zsh/functions/chpwd_show_todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/functions/chpwd_show_todo b/zsh/functions/chpwd_show_todo
new file mode 100644
index 0000000..f9cd576
--- /dev/null
+++ b/zsh/functions/chpwd_show_todo
@@ -0,0 +1,5 @@
+# -*- mode: Shell-script -*-
+
+if [ -e ".todo" ]; then
+ todo
+fi