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