aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-07-10 08:24:24 -0300
committerEuAndreh <eu@euandre.org>2023-07-10 08:24:26 -0300
commit718fd060397dbfb7c1755606459ac8858d63e173 (patch)
tree9075f9bbdd7b1337f95ffd351b96b60fc70a9572 /etc
parentetc/lisp-cli/init.lisp: Move utilities to :curth itself (diff)
downloaddotfiles-718fd060397dbfb7c1755606459ac8858d63e173.tar.gz
dotfiles-718fd060397dbfb7c1755606459ac8858d63e173.tar.xz
etc/sh/rc: Change $LISP_CLI_IMPL to SBCL
ClozureCL isn't picking up systems, and CLISP doesn't implement package-local nicknames.
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 0e9afee..146f05b 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -119,7 +119,7 @@ export LEX=flex
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1
export GUILE_EFFECTIVE_VERSION
export LISP=li
-export LISP_CLI_IMPL=clozure
+export LISP_CLI_IMPL=sbcl
export GPODDER_HOME="$XDG_DATA_HOME"/gPodder
export GPODDER_DOWNLOAD_DIR="${XDG_DOWNLOAD_DIR:-$HOME/Downloads}"/gPodder