Changed repl-prompt.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
(current-input-port (make-gnu-readline-port))
|
(current-input-port (make-gnu-readline-port))
|
||||||
(gnu-history-install-file-manager (string-append (or (getenv "HOME") ".") "/.csi.history"))
|
(gnu-history-install-file-manager (string-append (or (getenv "HOME") ".") "/.csi.history"))
|
||||||
|
(repl-prompt (lambda () "$ "))
|
||||||
|
|
||||||
(define (shell-repl)
|
(define (shell-repl)
|
||||||
(let ((x (read)))
|
(let ((x (read)))
|
||||||
|
|||||||
Reference in New Issue
Block a user