summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-09-08 15:23:40 +0300
committerThanos Apollo <[email protected]>2023-09-08 15:23:40 +0300
commite95d1fa97c8fd4c857f81d877b262b7bf0d3f71e (patch)
tree5362763ee320e95ae0556504c908f3c3d6c2e51f
parentd9d8aad29a212f75a10459e425562254ecc0d7d7 (diff)
shells: update exposts
Add SBCL_HOME and XDG_SESSION
-rw-r--r--.shells/exports.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.shells/exports.sh b/.shells/exports.sh
index 3e3d03f..aceacaf 100644
--- a/.shells/exports.sh
+++ b/.shells/exports.sh
@@ -7,6 +7,8 @@ export EDITOR="emacsclient"
export GIT_EDITOR="emacsclient"
export SBCL_HOME="/usr/lib/sbcl/"
export PATH=$PATH:~/.roswell/bin
+export SBCL_HOME=/usr/local/lib/sbcl
+export XDG_SESSION_TYPE=x11
if [[ $- != *i* ]]
then