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