From e95d1fa97c8fd4c857f81d877b262b7bf0d3f71e Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 8 Sep 2023 15:23:40 +0300 Subject: shells: update exposts Add SBCL_HOME and XDG_SESSION --- .shells/exports.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.shells') 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 -- cgit v1.2.3