legacy-dotfiles/zsh/functions/chpwd_show_todo
Tom Willemsen 2b8467c945 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
2011-01-01 03:11:16 +01:00

5 lines
66 B
Bash

# -*- mode: Shell-script -*-
if [ -e ".todo" ]; then
todo
fi