]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/todo
bugwarrior: split up mrs/issues/todos into 3 separate targets
[dotfiles.git] / zsh / functions / todo
1 function todo() {
2 (cd ~/org ; grep --color=always '* TODO' *.org)
3 }