From 1338ee9f3a864a0cf8a495efcda55990d48aa6a6 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 3 Nov 2017 16:16:22 -0400 Subject: [PATCH] Make haskell prompt 100% purple I don't know what I was thinking. Haskell is *obviously* purple. --- ghci/.ghci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghci/.ghci b/ghci/.ghci index afe9f1f..d1498c2 100644 --- a/ghci/.ghci +++ b/ghci/.ghci @@ -1,4 +1,4 @@ -- Enable multiline formatting :set +m -:set prompt "\ESC[1;35mλ\ESC[1;34m:\ESC[0m " -:set prompt2 "\ESC[1;34m |\ESC[0m " +:set prompt "\ESC[0;35mλ\ESC[0m " +:set prompt2 "\ESC[1;35m|\ESC[0m "