Make haskell prompt 100% purple

I don't know what I was thinking. Haskell is *obviously* purple.
This commit is contained in:
Andrew R. M 2017-11-03 16:16:22 -04:00
parent 9c0e600d10
commit 1338ee9f3a

View File

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