From ed199fbaef6fe6660c254dbbf1b4031640f829ec Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 6 Jan 2020 00:35:50 -0800 Subject: [PATCH] rlwrap SBCL --- dotfiles/bash/bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------#