From f784ea44322d7a96c0d130360e706f6fb04f2c0d Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 6 Sep 2025 20:11:18 +0200 Subject: [PATCH] Set psql_history for xdg paths --- home/.config/shell/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/shell/environment b/home/.config/shell/environment index 61680c0..3feb330 100755 --- a/home/.config/shell/environment +++ b/home/.config/shell/environment @@ -98,6 +98,7 @@ export DOTNET_CLI_HOME="$XDG_DATA_HOME/dotnet" export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter" export RYE_HOME="$XDG_CONFIG_HOME/rye" export OMNISHARPHOME="$XDG_CONFIG_HOME"/omnisharp +export PSQL_HISTORY="$XDG_STATE_HOME/psql_history" # Theming export GTK_THEME="Tokyonight-Dark"