Haskell – ghci configuration file

ghcihaskell

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> ".

Best Answer

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

Related Topic