]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/todo
alias: return error when no arguments given to vim within VIM_TERMINAL
[dotfiles.git] / zsh / functions / todo
1 function todo() {
2 (cd ~/org ; grep --color=always '* TODO' *.org)
3 }