X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/75188d23d00de844c9d8876c50177009da32c39a..6a448aa178e61b10da2cb0f1a44c7a4c681c4bcf:/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) }