Files
dotfiles/shell/sbcl.sh
2012-06-30 23:00:22 +01:00

5 lines
102 B
Bash

if [ -d "/opt/sbcl/" ]; then
path_append "/opt/sbcl/bin"
export SBCL_HOME="/opt/sbcl/lib/sbcl"
fi