Browse Source

rlwrap SBCL

Taylor Bockman 5 years ago
parent
commit
ed199fbaef
  1. 4
      dotfiles/bash/bashrc

4
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 --------------#

Loading…
Cancel
Save