aboutsummaryrefslogtreecommitdiff
path: root/core/lib
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-12 10:19:24 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-12 10:19:24 +0100
commit501dd5505d950d89f5b4d0ad8249c38c36a102da (patch)
treeababe6702dbdcc19467167c8043cd7d2a5a12fcb /core/lib
parentd3b396b17602ad71a62cbc2eaf595a1d94579c4a (diff)
replace hard-coded breaks with plugin
Diffstat (limited to 'core/lib')
-rw-r--r--core/lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib b/core/lib
index 21c64f9..873226c 100644
--- a/core/lib
+++ b/core/lib
@@ -1,6 +1,7 @@
#!/bin/sh
# utility variables and functions
XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}" # XDG basedir specification
+export POMODORO_STATE_PATH="${POMODORO_STATE_PATH:-$XDG_CACHE_HOME/$progname}" # ~/.cache/dppt
# this variable grows automatically as long as this file is included in each
# subcommand