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