X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/08785e51dfecd7f2ebc801df58971c787c33ae47..4e7092a3248d55e4af0b45c38a67e3a7998b59a7:/dot/shell-rc diff --git a/dot/shell-rc b/dot/shell-rc index 7313cee..ea4f575 100644 --- a/dot/shell-rc +++ b/dot/shell-rc @@ -221,6 +221,12 @@ alias make="nice make" alias cross-run="nice cross-run" alias gdb="gdb -q" +## Shut up Lisp interpreters. +alias clisp="clisp -q -q" +alias cmucl="rlwrap cmucl -quiet" +alias ecl="rlwrap ecl" +alias sbcl="rlwrap sbcl --noinform" + ###-------------------------------------------------------------------------- ### Colour output.