fix: set prompt to nothing initially

pull/38/head
sammy 2021-04-16 11:36:23 -04:00
parent 385b59bfda
commit 98ff54a4f4
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func main() {
go HandleSignals()
LuaInit(*configflag)
hl := hilbiline.New(prompt)
hl := hilbiline.New("")
//readline.Completer = readline.FilenameCompleter
//readline.LoadHistory(homedir + "/.hilbish-history")