X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/01cb7acefd766d4809f5ab55b3c70714dbe13abf..e3bc42d5aa2868d51a8024aec1ecce46ea2fb8f2:/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