Skip to content

Commit

Permalink
Move kscript cache to XDG_CACHE_HOME
Browse files Browse the repository at this point in the history
Addresses #17
 - Adds `KSCRIPT_CACHE_DIR` pointing to `XDG_CACHE_HOME` to `.zshenv`
 - Note: out-of-the-box support is still an open issue
  • Loading branch information
matyama committed Apr 9, 2022
1 parent 1ee7e2c commit e767621
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ export TRAVIS_CONFIG_PATH=${XDG_CONFIG_HOME}/travis
# `~/.gradle/daemon` even with `GRADLE_USER_HOME` pointing elsewhere"
export GRADLE_USER_HOME=${XDG_DATA_HOME}/gradle

# kscript
# - Note: Out-of-the-box XDG support is still an open issue, monitor.
# - https://github.com/holgerbrandl/kscript/issues/323
export KSCRIPT_CACHE_DIR=${XDG_CACHE_HOME}/kscript

# Base16
export BASE16_FZF_HOME=${XDG_CONFIG_HOME}/base16-fzf
export BASE16_SHELL_HOME=${XDG_CONFIG_HOME}/base16-shell
Expand Down

0 comments on commit e767621

Please sign in to comment.