X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/414d40e0d79ec358c0e440388cb00cfdd36e9330..75188d23d00de844c9d8876c50177009da32c39a:/zsh/functions/todo diff --git a/zsh/functions/todo b/zsh/functions/todo new file mode 100644 index 0000000..142719e --- /dev/null +++ b/zsh/functions/todo @@ -0,0 +1,4 @@ +function todo() { + cd ~/org + grep --color=always '* TODO' *.org +}