From 501dd5505d950d89f5b4d0ad8249c38c36a102da Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 12 Mar 2024 10:19:24 +0100 Subject: replace hard-coded breaks with plugin --- core/lib | 1 + 1 file changed, 1 insertion(+) (limited to 'core/lib') 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 -- cgit v1.2.3