add DOTREMINDERS
This commit is contained in:
parent
1ef025e1c0
commit
ad1ad7f907
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue