[ADD][SHELL] Remind configuration path variable

This commit is contained in:
Bruno BELANYI 2020-04-07 17:58:11 +02:00
parent f393be1165
commit 3fb2b372ca

View file

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