From dc1dd4bf4914f463ad0f9b910170cc21b9cbca68 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 19 Apr 2023 18:00:49 +0300 Subject: shells: Update EDITOR and qt5 theming Add emacsclient as editor and use qt5ct for QT_QPA_PLATFORMTHEME --- .shells/exports.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.shells/exports.sh b/.shells/exports.sh index 442c54f..0febcb1 100644 --- a/.shells/exports.sh +++ b/.shells/exports.sh @@ -1,8 +1,9 @@ # Export 'SHELL' to child processes. Programs such as 'screen' # honor it and otherwise use /bin/sh. -path+=('~/node_modules/.bin') export SHELL export PATH +export EDITOR="emacsclient" +export QT_QPA_PLATFORMTHEME="qt5ct" if [[ $- != *i* ]] -- cgit v1.2.3