From 3fb2b372cae45dffe6dc90080ae580294d86a00a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 7 Apr 2020 17:58:11 +0200 Subject: [PATCH] [ADD][SHELL] Remind configuration path variable --- shell/.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/.profile b/shell/.profile index a279d27..7249e38 100644 --- a/shell/.profile +++ b/shell/.profile @@ -45,6 +45,9 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } || # Use my preferred pager settings for bat export BAT_PAGER="$PAGER $LESS" + + # Use this path for `remind` calendar + export DOTREMINDERS="$HOME/.config/remind/reminders.rem" fi # Use keychain to handle ssh-agent, in interactive shell too