mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 21:41:47 +01:00
9 lines
176 B
Racket
9 lines
176 B
Racket
#lang rash
|
|
(require
|
|
racket/port
|
|
rash/private/rashrc-lib
|
|
readline/pread)
|
|
|
|
(current-prompt-function
|
|
(λ ()
|
|
(readline-prompt #{prompt show 0 insert |> port->bytes})))
|