tags:

views:

12

answers:

1

Hi,

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

Thanks,
Roberto.

+1  A: 

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

hvr
Thanks, that was exactly what I was asking for, that ~/.ghci file :)
rturrado