bin/rlwrap-lisp @ b67a34a9c6b0

Kill git prompt for NOVCSPROMPT too
author Steve Losh <steve@stevelosh.com>
date Sat, 01 Feb 2020 20:00:13 -0500
parents 5233df61134b
children (none)
#!/usr/bin/env bash

rlwrap -m$$$$ \
       --multi-line-ext .lisp \
       -a___ \
       --only-cook '^\[[a-zA-Z ]+\] [-a-zA-Z0-9._/]+>' \
       -p'1;36' \
       --quote-characters '"' \
       --histsize 1000 \
       --history-filename "$HOME/.rlwrap/lisp_history" \
       "$@"