diff options
-rw-r--r-- | .shells/exports.sh | 2 |
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 |