Skip to content

Commit b895e1f

Browse files
committed
Add PATH frobbing to sbclrc.
1 parent 10abf3f commit b895e1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian-setup/bootstrap.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ $QUICKLISP \
4242
--eval '(quicklisp-controller:setup-directories "~/quicklisp-projects/")'
4343

4444

45+
echo "(require 'sb-posix)" >> .sbclrc
46+
echo "(sb-posix:setenv \"PATH\" \"/bin:/usr/bin:/usr/local/bin:$HOME/bin\" 1)" >> .sbclrc
47+
4548
# Emacs setup
4649
$QUICKLISP --eval '(ql:quickload "quicklisp-slime-helper")'
4750

0 commit comments

Comments
 (0)