diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-04-03 02:19:16 +0200 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-04-03 02:19:16 +0200 |
| commit | bc94521259f946bd355d4a2671a6634cd63351fd (patch) | |
| tree | c1cc73cd08fa9dc2aeb2460095806235965b9f30 | |
| parent | a5548065b481980f60ca5cf0de3d4474f5fe25db (diff) | |
bash: Remove *_IM_MODULE exports
| -rw-r--r-- | .config/setup-env | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/setup-env b/.config/setup-env index bf887ea..f911f7e 100644 --- a/.config/setup-env +++ b/.config/setup-env @@ -79,9 +79,7 @@ export PATH="$HOME/.local/bin:$PATH" export CLANGD_FLAGS='-header-insertion=never' export GPG_TTY="$(tty)" -export GTK_IM_MODULE=xim export HISTSIZE=100000 export LESS='-RF' export PRINTER='HP_OfficeJet_8010' -export QT_IM_MODULE=xim export VAULT_2FA='2 Factor Authentication' |