ghci configuration file

rturrado picture rturrado · Aug 2, 2010 · Viewed 8.6k times · Source

I'm using ghci 6.8.2 on Ubuntu. Does ghci use a configuration file where we can do some initial setup?. E.g.: :set prompt "ghci> ".

Answer

hvr picture hvr · Oct 19, 2010

Have you tried adding :set prompt "ghci> " to ~/.ghci?