mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
Remove shell setup for sbcl
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
if [ -d "/opt/sbcl/" ]; then
|
||||
path_append "/opt/sbcl/bin"
|
||||
export SBCL_HOME="/opt/sbcl/lib/sbcl"
|
||||
fi
|
||||
Reference in New Issue
Block a user