dotfiles/ghci/.ghci
Andrew R. M 1d1cc96b3b Modify ghci startup file
Don't load any language extensions by default and change the prompt for
+1 coolness
2017-11-02 23:17:19 -04:00

5 lines
122 B
Plaintext

-- Enable multiline formatting
:set +m
:set prompt "\ESC[1;35mλ\ESC[1;34m:\ESC[0m "
:set prompt2 "\ESC[1;34m |\ESC[0m "