diff options
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 |