X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/75188d23d00de844c9d8876c50177009da32c39a..e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0:/zsh/functions/todo diff --git a/zsh/functions/todo b/zsh/functions/todo index 142719e..7f7f024 100644 --- a/zsh/functions/todo +++ b/zsh/functions/todo @@ -1,4 +1,3 @@ function todo() { - cd ~/org - grep --color=always '* TODO' *.org + (cd ~/org ; grep --color=always '* TODO' *.org) }