Remove shell setup for sbcl

This commit is contained in:
2018-07-19 22:36:00 +01:00
parent b51214b98e
commit cc3edf76e4
2 changed files with 0 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ source "$DOTSHELL/golang.sh"
source "$DOTSHELL/docker.sh"
source "$DOTSHELL/google-cloud.sh"
source "$DOTSHELL/kubernetes.sh"
source "$DOTSHELL/sbcl.sh"
source "$DOTSHELL/travis-ci.sh"
source "$DOTSHELL/amdsdk.sh"

View File

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