]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/todo
142719e0e5f3810c77c03c5905af56d641bace8a
[dotfiles.git] / zsh / functions / todo
1 function todo() {
2 cd ~/org
3 grep --color=always '* TODO' *.org
4 }