shrc: add support for calendar

This commit is contained in:
Lucas 2022-08-08 16:35:17 +00:00
parent 17bccfb1b0
commit 0c39daaa0a
1 changed files with 4 additions and 0 deletions

View File

@ -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