Skip to content

Commit

Permalink
Complete filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Oct 23, 2020
1 parent 9186264 commit 7826a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facet/Carrier/Readline/Haskeline.hs
Expand Up @@ -31,7 +31,7 @@ runReadlineWithHistory block = do
prog <- getExecutablePath
let settingsDir = homeDir </> ".local" </> dropExtension (takeFileName prog)
settings = Settings
{ complete = noCompletion
{ complete = completeFilename
, historyFile = Just (settingsDir </> "repl_history")
, autoAddHistory = True
}
Expand Down

0 comments on commit 7826a87

Please sign in to comment.