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