X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/01cb7acefd766d4809f5ab55b3c70714dbe13abf..e821da8910e18a767c3bb8d788b8b38ba0bd0c0f:/zsh/lib/motd.zsh diff --git a/zsh/lib/motd.zsh b/zsh/lib/motd.zsh index c115506..be5b477 100644 --- a/zsh/lib/motd.zsh +++ b/zsh/lib/motd.zsh @@ -11,8 +11,7 @@ msg() } if [[ -d ~/org ]]; then - # 44 seems to be the number of color escape characters used by grep - todo | cut -c-$((COLUMNS + 44)) + org-agenda fi if (( $+commands[checkupdates] )); then