Browse Source

rlwrap SBCL

master
Taylor Bockman 4 years ago
parent
commit
3ca7531b90
  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