repl: put history file into .carp dir

This commit is contained in:
hellerve 2018-07-15 13:34:13 +02:00
parent e741d59ce3
commit fef668fe7e

View File

@ -72,7 +72,7 @@ readlineSettings = do
home <- getHomeDirectory
return $ Settings {
complete = completeWordWithPrev Nothing ['(', ')', '[', ']', ' ', '\t', '\n'] completeKeywords,
historyFile = Just $ home ++ "/.carp_history",
historyFile = Just $ home ++ "/.carp/history",
autoAddHistory = True
}