From cc3edf76e46390f8457965fe04d341d636aea2be Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 19 Jul 2018 22:36:00 +0100 Subject: [PATCH] Remove shell setup for sbcl --- shell/_main.sh | 1 - shell/sbcl.sh | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 shell/sbcl.sh diff --git a/shell/_main.sh b/shell/_main.sh index d8fa3f5..cbdc688 100755 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -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" diff --git a/shell/sbcl.sh b/shell/sbcl.sh deleted file mode 100644 index 5455fb8..0000000 --- a/shell/sbcl.sh +++ /dev/null @@ -1,4 +0,0 @@ -if [ -d "/opt/sbcl/" ]; then - path_append "/opt/sbcl/bin" - export SBCL_HOME="/opt/sbcl/lib/sbcl" -fi