From 0c39daaa0a69842b48df4cda5fde16ccd723b6f1 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 8 Aug 2022 16:35:17 +0000 Subject: [PATCH] shrc: add support for calendar --- dotfiles/shrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/shrc b/dotfiles/shrc index 9dba951..e35a69d 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -73,4 +73,8 @@ if command -v nncp-call >/dev/null; then export NNCPCFG fi +if command -v calendar >/dev/null && [ -f ~/.calendar/calendar ]; then + calendar +fi + set -o emacs