Add shell setup for SBCL

This commit is contained in:
2012-06-30 23:00:22 +01:00
parent fc82054348
commit 4f071786a0
2 changed files with 5 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ source "$DOTSHELL/tmux.sh"
source "$DOTSHELL/nodejs.sh"
source "$DOTSHELL/python.sh"
source "$DOTSHELL/ruby.sh"
source "$DOTSHELL/sbcl.sh"
# Services
source "$DOTSHELL/services.sh"

4
shell/sbcl.sh Normal file
View File

@@ -0,0 +1,4 @@
if [ -d "/opt/sbcl/" ]; then
path_append "/opt/sbcl/bin"
export SBCL_HOME="/opt/sbcl/lib/sbcl"
fi