feat: haskell's ghci prompt

This commit is contained in:
Flinner 2021-07-04 22:02:54 +03:00
parent c5ef3d686e
commit 2579cdb701
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 2 additions and 0 deletions

2
haskell/.ghc/ghci.conf Normal file
View File

@ -0,0 +1,2 @@
:set prompt "\ESC[1;34m%s\n\ESC[0;34mλ> \ESC[m"