From ad1ad7f9076bacd925b1d44e8ff7e49301d637a2 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 21 Aug 2022 10:27:50 -0500 Subject: [PATCH] add DOTREMINDERS --- bash/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/profile b/bash/profile index 7722052..2c6e546 100644 --- a/bash/profile +++ b/bash/profile @@ -23,6 +23,9 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" +# reminders +export DOTREMINDERS="$XDG_DATA_HOME/reminders/remind" + # source the bashrc(s) [ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc [ -f $HOME/.bashrc ] && . $HOME/.bashrc