aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-19 23:08:35 -0300
committerEuAndreh <eu@euandre.org>2022-10-19 23:09:04 -0300
commit432c518f73e3619fe8b79dd01de2e5a2f50faac3 (patch)
treea34e16e740372c1bcca07375c0a40f1bc7ff5d2e /etc/sh/rc
parentetc/sh/rc: Stop wraping perl with rlwrap (diff)
downloaddotfiles-432c518f73e3619fe8b79dd01de2e5a2f50faac3.tar.gz
dotfiles-432c518f73e3619fe8b79dd01de2e5a2f50faac3.tar.xz
bin/cl: Add first working version, integrated with Makefile and etc/sh/rc
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 0f0ed5d..d5801b8 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -87,6 +87,7 @@ export LEX=flex
export LDFLAGS='-flto'
export LISP='sbcl --eval'
export N_PROCS GUILE_EFFECTIVE_VERSION
+export LISP_CLI_IMPL=clisp
add_prefix() {
export GUILE_LOAD_PATH="$1/share/guile/site/$GUILE_EFFECTIVE_VERSION${GUILE_LOAD_PATH:+:}${GUILE_LOAD_PATH:-:}"