]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/motd.zsh
zsh: add todo function to list TODOs in org
[dotfiles.git] / zsh / lib / motd.zsh
index 1c6e9e4349ef31ac018dc4c8321b0ac854cab493..8821c16723270f8ef87ae018c936325759aea9a5 100644 (file)
@@ -11,4 +11,4 @@ msg()
 }
 
 # 44 seems to be the number of color escape characters used by grep
 }
 
 # 44 seems to be the number of color escape characters used by grep
-grep "* TODO" org/* --color=always | cut -c-$((COLUMNS + 44))
+todo | cut -c-$((COLUMNS + 44))