mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add shell setup for SBCL
This commit is contained in:
4
shell/sbcl.sh
Normal file
4
shell/sbcl.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
if [ -d "/opt/sbcl/" ]; then
|
||||
path_append "/opt/sbcl/bin"
|
||||
export SBCL_HOME="/opt/sbcl/lib/sbcl"
|
||||
fi
|
||||
Reference in New Issue
Block a user