diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 0bee021..1e008d7 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -78,6 +78,10 @@ fi alias vim='nvim' +# rlwrap provides readline wrapping for programs. +# This alias makes the SBCL REPL usable. +alias sbcl='rlwrap sbcl' + # -------------- END ALIASES --------------#