aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-31 20:10:00 -0300
committerEuAndreh <eu@euandre.org>2022-10-31 20:10:00 -0300
commit1d9494c74ce12921512d99c665b167b2d2aa2ff7 (patch)
tree4b4eff1b86de0e63f4d72039f4aebdbcb1bc3a08 /bin
parentetc/git/config: Update msmtpq account (diff)
downloaddotfiles-1d9494c74ce12921512d99c665b167b2d2aa2ff7.tar.gz
dotfiles-1d9494c74ce12921512d99c665b167b2d2aa2ff7.tar.xz
bin/li: Remove hard-coded path to cl(1)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/li2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/li b/bin/li
index 8636a07..7292db0 100755
--- a/bin/li
+++ b/bin/li
@@ -79,7 +79,7 @@ fi
IMAGE="${XDG_DATA_HOME:-$HOME/.local/share}/lisp-cli/$IMPL.image"
-BIN=~/.usr/bin/cl
+BIN="$(command -v cl)"
INIT="${XDG_CONFIG_HOME:-$HOME/.config}/lisp-cli/init.lisp"
if [ ! -e "$IMAGE" ]; then
printf 'Bootstrapping a new "%s" image...\n' "$IMPL" >&2