diff options
author | Thanos Apollo <[email protected]> | 2023-04-19 18:00:49 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-19 18:00:49 +0300 |
commit | dc1dd4bf4914f463ad0f9b910170cc21b9cbca68 (patch) | |
tree | 532d6c3216dfe907b157e146d1771d73b09f39b8 /.shells/exports.sh | |
parent | 887115c59da3a255c54147db6a52c143e6e25076 (diff) |
shells: Update EDITOR and qt5 theming
Add emacsclient as editor and use qt5ct for QT_QPA_PLATFORMTHEME
Diffstat (limited to '.shells/exports.sh')
-rw-r--r-- | .shells/exports.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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* ]] |