dot/lisp-init.lisp, dot/shell-rc: Support CCL and ABCL as Lisp systems.
[profile] / dot / shell-rc
index ea4f575..3d8221f 100644 (file)
@@ -226,6 +226,10 @@ alias clisp="clisp -q -q"
 alias cmucl="rlwrap cmucl -quiet"
 alias ecl="rlwrap ecl"
 alias sbcl="rlwrap sbcl --noinform"
+alias ccl="rlwrap ccl"
+alias ccl32="rlwrap ccl32"
+alias ccl64="rlwrap ccl64"
+alias abcl="rlwrap abcl --noinform"
 
 ###--------------------------------------------------------------------------
 ### Colour output.