Last active
August 14, 2016 09:53
-
-
Save avdyushin/41c131466f50859555e7 to your computer and use it in GitHub Desktop.
Nice λ prompt at ~/.ghc/ghci.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qualified Control.Applicative | |
import qualified Data.Char | |
import qualified Data.List | |
:set prompt "\ESC[34m\STX λ \ESC[m\STX" | |
:set +t | |
:set +m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment