From 85e38869cdb9542756d76d731af18b9b3f35a1ac Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 19 Jul 2019 19:20:05 +0200 Subject: [PATCH] sbclrc: add (for sbcli) --- Makefile | 1 + sbclrc | 6 ++++++ zshrc | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 sbclrc diff --git a/Makefile b/Makefile index 69babcf..0a57019 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ scripts: cp -r .scripts ~/ sbcli: + cp -r sbclrc ~/.sbclrc cp -r sbclirc ~/.sbclirc valgrind: diff --git a/sbclrc b/sbclrc new file mode 100644 index 0000000..3a931d0 --- /dev/null +++ b/sbclrc @@ -0,0 +1,6 @@ +;;; The following lines added by ql:add-to-init-file: +#-quicklisp +(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) diff --git a/zshrc b/zshrc index da4f88e..0fde6ed 100644 --- a/zshrc +++ b/zshrc @@ -123,6 +123,7 @@ save_dotfiles(){ cp ~/.gitignore ${DOTPATH}gitignore cp ~/.inputrc ${DOTPATH}inputrc cp ~/.pythonrc ${DOTPATH}pythonrc + cp ~/.sbclrc ${DOTPATH}sbclrc cp ~/.sbclirc ${DOTPATH}sbclirc cp ~/.valgrindrc ${DOTPATH}valgrindrc cp ~/.vimrc ${DOTPATH}vimrc @@ -202,6 +203,7 @@ function ghcl { } fortune | cowsay -f koala +remind # eval `opam config env`