From: Samir Benmendil Date: Tue, 31 Oct 2023 21:58:05 +0000 (+0000) Subject: zsh: use org-agenda as motd X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/de21b1764dc30d9fa85f5426a9af281c1116d172?ds=inline zsh: use org-agenda as motd --- 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