mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
10 lines
176 B
Racket
10 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})))
|