Skip to content

Commit

Permalink
need to export XDG_CACHE_HOME for git-ignore-io
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Oct 23, 2024
1 parent d703972 commit eb941bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/available/jake-xdg.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export GRADLE_USER_HOME="${XDG_DATA_HOME}/gradle"

## XDG_CACHE_HOME
: ${XDG_CACHE_HOME:=${HOME}/.cache}
# We export XDG_CACHE_HOME to its own value so that git-ignore-io from git-extras will respect it
# (it doesn't respect this folder unless this environment variable is defined)
export XDG_CACHE_HOME

export JARVIZ_DIR="${XDG_CACHE_HOME}" # a jar analyzer, from sdkman

Expand Down

0 comments on commit eb941bc

Please sign in to comment.