add DOTREMINDERS

This commit is contained in:
randomuser 2022-08-21 10:27:50 -05:00
parent 1ef025e1c0
commit ad1ad7f907
1 changed files with 3 additions and 0 deletions

View File

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