8 lines
206 B
Text
8 lines
206 B
Text
# Load env var from .config/environment.d
|
|
|
|
export $(grep -v '^#' ${XDG_CONFIG_HOME}/environment.d/* | xargs -d '\n')
|
|
|
|
export GPG_TTY=$(tty)
|
|
|
|
export QT_QPA_PLATFORM=wayland
|
|
export QT_QPA_PLATFORMTHEME=qt5ct
|