mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Add shell setup for SBCL
This commit is contained in:
@@ -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
4
shell/sbcl.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
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