Skip to content

Commit

Permalink
remind where this came from
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Jan 14, 2025
1 parent 85ae93d commit 16148cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/available/jake-xdg.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export PYTHONPYCACHEPREFIX="${XDG_CACHE_HOME}/__pycache__"
# However, this canonical solution will be available in python 3.13:
export PYTHON_HISTORY="${XDG_STATE_HOME}/python/python_history"
export REDISCLI_HISTFILE="${XDG_STATE_HOME}/redis/cli-history"
# Thanks https://antonz.org/sqlite-history/
export SQLITE_HISTORY="${XDG_STATE_HOME}/sqlite/cli-history"
export PERL_CPANM_HOME="${XDG_STATE_HOME}/cpanm" # cpanm command in the cpanminus package from apt (for rakubrew)

Expand Down

0 comments on commit 16148cc

Please sign in to comment.