aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-11-09 22:51:53 -0500
committerkj_sh6042025-11-09 22:51:53 -0500
commitddf93dfa1f1be4ef509078bed709ee7a7f7ab791 (patch)
tree78e1a6dbe79549199a4c40ac4a571d7a33e6b958
parentf5e03894e96a9c652c39314a2575f52f9c47aac2 (diff)
refactor: re-add `GTK2_RC_FILES=`
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 71caf07..e450ea8 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -14,6 +14,7 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export BASH_COMPLETION_USER_FILE="$XDG_CONFIG_HOME"/bash-completion/bash_completion
+export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/settings.ini
export HISTFILE="$XDG_STATE_HOME"/shell/history
export INPUTRC="$XDG_CONFIG_HOME"/shell/inputrc
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/.pass