mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 04:33:49 +01:00
add rash config
This commit is contained in:
parent
291706b446
commit
b6f17e2dc6
1 changed files with 9 additions and 0 deletions
9
.config/rash/rashrc.rkt
Normal file
9
.config/rash/rashrc.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#lang rash
|
||||
(require
|
||||
racket/port
|
||||
rash/private/rashrc-lib
|
||||
readline/pread)
|
||||
|
||||
(current-prompt-function
|
||||
(λ ()
|
||||
(readline-prompt #{prompt show 0 insert |> port->bytes})))
|
Loading…
Reference in a new issue