]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/todo
nvim: provide wrappers to lazy.core.util.{error,warn,info}
[dotfiles.git] / zsh / functions / todo
1 function todo() {
2 (cd ~/org ; grep --color=always '* TODO' *.org)
3 }