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