Fix ghci prompt length calc; simplify nix bash prompt because of line-length rendering issue
This commit is contained in:
parent
af4733773f
commit
b96baa843e
2
.ghci
2
.ghci
|
@ -2,6 +2,6 @@
|
|||
:def doc \x -> return $ ":!hoogle --info \"" ++ x ++ "\""
|
||||
:set -Wall
|
||||
:set -fno-warn-type-defaults -ferror-spans -freverse-errors -fprint-expanded-synonyms
|
||||
:set prompt "\ESC[0;32m%s\n\ESC[m[ghci]\ESC[38;5;172mλ \ESC[m"
|
||||
:set prompt "\ESC[0;32m%s\n\ESC[m[ghci]\ESC[38;5;172mλ \ESC[m\STX"
|
||||
:set prompt-cont " \ESC[38;5;172m> \ESC[m"
|
||||
:load ssg/src/Slug.hs ssg/src/Main.hs
|
||||
|
|
Loading…
Reference in New Issue