mirror of https://github.com/Hilbis/Hilbish
fix: set prompt to nothing initially
parent
385b59bfda
commit
98ff54a4f4
2
main.go
2
main.go
|
@ -92,7 +92,7 @@ func main() {
|
||||||
go HandleSignals()
|
go HandleSignals()
|
||||||
LuaInit(*configflag)
|
LuaInit(*configflag)
|
||||||
|
|
||||||
hl := hilbiline.New(prompt)
|
hl := hilbiline.New("")
|
||||||
//readline.Completer = readline.FilenameCompleter
|
//readline.Completer = readline.FilenameCompleter
|
||||||
//readline.LoadHistory(homedir + "/.hilbish-history")
|
//readline.LoadHistory(homedir + "/.hilbish-history")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue