summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.shells/exports.sh3
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* ]]