diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-12 10:19:24 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-12 10:19:24 +0100 |
commit | 501dd5505d950d89f5b4d0ad8249c38c36a102da (patch) | |
tree | ababe6702dbdcc19467167c8043cd7d2a5a12fcb /core/lib | |
parent | d3b396b17602ad71a62cbc2eaf595a1d94579c4a (diff) |
replace hard-coded breaks with plugin
Diffstat (limited to 'core/lib')
-rw-r--r-- | core/lib | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |