Fix file paths for history files

This commit is contained in:
Tobias Reisinger 2025-09-20 01:38:17 +02:00
parent e31c7026b5
commit 579eb65703
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,10 @@ export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/config"
export OSH="$XDG_CONFIG_HOME/bash/oh-my-bash"
export SQLITE_HISTORY="$HOME/.local/cache/sqlite_history"
export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
export PYTHON_HISTORY="$XDG_STATE_HOME/python_history"
export SQLITE_HISTORY="$XDG_STATE_HOME/sqlite_history"
export WAKATIME_HOME="$XDG_CONFIG_HOME/wakatime"