diff options
| author | kj_sh604 | 2025-11-09 22:51:53 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-09 22:51:53 -0500 |
| commit | ddf93dfa1f1be4ef509078bed709ee7a7f7ab791 (patch) | |
| tree | 78e1a6dbe79549199a4c40ac4a571d7a33e6b958 /.config/shell | |
| parent | f5e03894e96a9c652c39314a2575f52f9c47aac2 (diff) | |
refactor: re-add `GTK2_RC_FILES=`
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 1 |
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 |
