mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:26:40 +00:00
5 lines
102 B
Bash
5 lines
102 B
Bash
if [ -d "/opt/sbcl/" ]; then
|
|
path_append "/opt/sbcl/bin"
|
|
export SBCL_HOME="/opt/sbcl/lib/sbcl"
|
|
fi
|