sbclrc: add (for sbcli)
This commit is contained in:
1
Makefile
1
Makefile
@@ -24,6 +24,7 @@ scripts:
|
||||
cp -r .scripts ~/
|
||||
|
||||
sbcli:
|
||||
cp -r sbclrc ~/.sbclrc
|
||||
cp -r sbclirc ~/.sbclirc
|
||||
|
||||
valgrind:
|
||||
|
6
sbclrc
Normal file
6
sbclrc
Normal file
@@ -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)))
|
2
zshrc
2
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`
|
||||
|
||||
|
Reference in New Issue
Block a user