From 1e8d9f7d7b04d7cdf45da17204a4fff97e24eb15 Mon Sep 17 00:00:00 2001 From: Logan G Date: Sat, 5 Nov 2022 02:43:43 -0600 Subject: [PATCH] Lazily fix the lack of applied env variables due to deprecation of .pam_environment --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index c40d1bb..aab3a76 100644 --- a/.bashrc +++ b/.bashrc @@ -27,6 +27,8 @@ export VISUAL=nvim export PATH=$PATH:~/.local/bin export HISTSIZE=10000 export HISTFILESIZE=20000 +export QT_QPA_PLATFORMTHEME=qt5ct +export TERMINAL=foot PROMPT_COMMAND="history -a; $PROMPT_COMMAND" export LESS=-R