2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00

fix: set prompt to nothing initially

This commit is contained in:
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

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